12.12.2017, 19:23
Код:
public OnPlayerSpawn(playerid)
{
SetSpawnInfo( playerid, 0, 0, 2498.2107,-1638.8793,18.6032, 269.15, 26, 36, 28, 150, 0, 0 );
SetPlayerPos(playerid, 2498.2107,-1638.8793,18.6032);
SetPlayerColor(playerid,COLOR_GREY);
SetPlayerInterior(playerid, 0);
Код:
public OnPlayerRequestClass(playerid, classid)
{
SetSpawnInfo( playerid, 0, 0, 2498.2107,-1638.8793,18.6032, 269.15, 26, 36, 28, 150, 0, 0 );
SetPlayerInterior(playerid, 0);
SetPlayerPos(playerid, 2498.2107,-1638.8793,18.6032);
return 1;
}
Tried with only SetPlayerPos / SetSpawnInfo and both together like in this code
Same problem


