09.02.2011, 17:39
ohh ok next time explain it more do something like this
pawn Код:
if(strcmp(cmd,"/tplayer",true)==0){
for(new i = 0; i <= MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
SetPlayerPos(i,0,0,0);// put your coordinateshere
}
return 1;
}