build verb:
var/list/BuildItems = list("wall","redcobble","walledge","fence","flower","carpet" ,"path","plant","curtains","brush","chair")
mob/proc/Build(item in BuildItems)
switch(item)
if("wall") new/turf/wall(usr.loc)
if("redcobble") new/turf/redcobble(usr.loc)
if("walledge") new/turf/walledge(usr.loc)
if("fence") new/turf/fence(usr.loc)
if("flower") new/turf/flower(usr.loc)
if("carpet") new/turf/carpet(usr.loc)
if("walledge") new/turf/walledge(usr.loc)
if("plant") new/turf/plant(usr.loc)
if("brush") new/turf/brush(usr.loc)
if("chair") new/turf/chair(usr.loc)
***********************ban verb*************************************************:
var/list/banned_people = list()
mob
Login()
if(client.address in banned_people)
src << "You have been banned. Jerk."
del(src)
mob/proc/ban(mob/M in world)
set category = "GM verbs"
if(!M.client)return
world << "[M] was banned by [src]!"
banned_people += M.client.address
del(M)
mob/proc/unban(unbanned in banned_people)
set category = "GM verbs"
src << "IP address [unbanned] unbanned."
banned_people -= unbanned
ID:178425
![]() May 14 2002, 11:51 am
|
|
![]() May 14 2002, 11:54 am
|
|
DUDE SHUT UP, PASTE IT ONCE OK? STOP POSTING, WHY DON'T U JUST SEND IT TO HIM? THIS IS CLOGGING UP SPACE AND PPL WHO REALLY HAVE PROBLEMS CAN'T GET HELP CAUSE U HAVE THE NEWEST TOPIC!!!!!!
|
mob/proc
announce(message as message) set desc = "() Announce something globally" set category = "GM verbs" world << "<font color=red><center>________________________________ \..." world << "Announcement: [message] \..." world << "________________________________</center></font>" shut up airjoe his email isnt working so live with it :P and im goiving him this cause he gives me stuff SO SHUT THE HELL UP! |
No, his e-mail is broken, so he has to live with it dumb ass, stop clogging the servers with your useless garbage that no one cares about at ALL
|
Airjoe and Aleis.....dont use bad laungage on the forum..he should have cought him on pager and emailed it not on newbie central..and also not have posted it about 5 times.but dont go and start yelling at him because he didn't know what to do
|
It's fine if you had problems posting. However, you can delete posts which you created and others did not respond to. Please delete the other three copies of this post.
Thank you. |