15.02.2010, 00:20
This happens when you set an interior in your class selection.
This will fix it
This will fix it
Код:
public OnPlayerSpawn(playerid) { SetPlayerInterior(playerid, 0); return 1; }