26.05.2013, 19:36
Tenta assim:
pawn Код:
CMD:sf(playerid)
{
SetPlayerPos(playerid, COORDENADAS);
SetPlayerVirtualWorld(playerid, 0);
return 1;
}