09.03.2011, 09:55
Hopefully this should be an easy enough script, but I want a set spawn point for people with specific names.
So, for example.
How would I go about doing this?
Any help is greatly appreciated!
So, for example.
Код:
public OnPlayerSpawn(playerid) { if(playerid = "WizardCM") { SetPlayerPos(playerid,0.0,0.0,6.0) }
Any help is greatly appreciated!