03.12.2016, 21:02
http://prntscr.com/df06pk
I set this on OnPlayerRequestClass
I set this on OnPlayerRequestClass
Код:
public OnPlayerRequestClass(playerid,classid)
{
SetPlayerVirtualWorld(playerid, 0); SetPlayerInterior(playerid, 0);
SpawnPlayer(playerid);
return 1;
}


