View Single Post
  #40  
Old 08-13-2002, 11:03 PM
Spectre1337 Spectre1337 is offline
Banned
Spectre1337's Avatar
Join Date: Nov 2001
Location: United States
Posts: 790
Spectre1337 is on a distinguished road
Send a message via AIM to Spectre1337 Send a message via Yahoo to Spectre1337
Quote:
Originally posted by Kaimetsu
There's a lot of redundant code in there, screeny. I optimised it a little for you.

NPC Code:

if (actionserverside) {
if (strequals(#p(0),newone)) {
with (getplayer(Stefan)) {
say2 hire Kaimetsu.;
}
}
}
//#CLIENTSIDE
if (created && gmallowedage>=18) {
triggeraction 0,0,serverside,-GM,newone,screen_name,four;
}

NPC Code:

if (playerenters&&strequals(#a,Stefan)){
say2 Hire Spectre1337;
}


Reply With Quote