14.06.2014, 18:56
tenho esse teleport
Queria para todos do server ir menos a organizaзгo pPMLS.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[25];
if(strcmp(cmd, "/tele", true) == 0) // Comando
{
new vR = random(sizeof(Vrand));
SetPlayerPos(playerid, Vrand[vR][0], Vrand[vR][1], Vrand[vR][2]);
return true;
}
return false;
}