12.10.2012, 21:18
Achei a public e o código pra modificar, como eu coloco a coordenada?
public SetPlayerSpawn
public SetPlayerSpawn
PHP код:
else
{
SetPlayerPos(playerid,371.6192,186.8825,1008.3893);
SetPlayerFacingAngle(playerid,270.0);
SetPlayerInterior(playerid,3);
PlayerInfo[playerid][pInt] = 0;
return true;
}