-Posted by Jadis
*twitch* How would I do it with the NPCServer?
PHP Code:
if (timeout) {
for (this.i=0;this.i<playerscount;this.i++)
with (getplayer(#a(this.i))) if (strtofloat(#s(blah))==0) ;
Would it be something like that?
Never done NPC Server before