07.09.2017, 15:45
PHP код:
public OnPlayerRequestClass(playerid,classid)
{
SetSpawnInfo(playerid, 0, 26, 1742.9600, -1861.4019, 13.5776, 52.1403, 0, 0, 0, 0, 0, 0); // Without this you'll be kicked when you spawn. Set it to wherever you want.
TogglePlayerSpectating(playerid, true);
SetTimerEx("login_dialog", 100, 0, "i", playerid);
return 1;
}
change " 1742.9600, -1861.4019, 13.5776, 52.1403, 0, 0, 0, 0, 0, 0" to location where you want him to spawn it
![Smiley](images/smilies/smile.png)