26.05.2010, 02:53
Teleport command.
And to check the members online a faction. Just make a command to check if their level is on. and get their player info.
pawn Код:
if(!strcmp(cmdtext,"/tele",true)) {
SetPlayerPos(playerid,x,y,z);
return 1;}

