
04-26-2002, 09:58 AM
|
|
where da wmdz at
|
 |
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
|
|
Re: Re: Choose Head for NPC-Server
Quote:
Originally posted by SaijinGohan
I think it would be better said
NPC Code:
if (created || timeout) {
for(i=0;i<allplayerscount;i++){
with (allplayers[i]){
if (strequals(#a,npcserver)) {
setcharprop #3,headgoeshere;
}
}
}
}
timeout = .1;
}
|
Jagen:
I don't think the npc server is included with the allplayerscount so you can't edit it with an allplayers npc and also the account is (npcserver)
|
|
|
|