14.01.2012, 16:16
pawn Код:
if (strcmp("/spawn", cmdtext, true, 10) == 0)
{
new sp[110], nome[24]; GetPlayerName(playerid, nome, 24);
SetPlayerPos(playerid, 2107.0806,987.8856,10.8203);
format(sp, sizeof(sp), "%s foi para o Spawn. (/spawn)", nome);
SendClientMessageToAll(COR_BRANCA, sp);
return 1;
}