27.03.2010, 19:44
can someone tell me how to make it so people on my server don't spawn as the same skin but different ones and people spawn at the hospital when they die and cop station when there arrested thank you
new rSkin = random(299);
SetPlayerSkin(playerid,rSkin);
Originally Posted by Zimon95
In OnPlayerSpawn callback:
pawn Код:
|
OnPlayerSpawn
Originally Posted by MatthewGarrowo
spawn at hospital when they die
|
SetPlayerPos(playerid,0.0,0.0,0.0);//the hospital coordinates..
Just use PAWN Code: SetPlayerPos(playerid,0.0,0.0,0.0);//the hospital coordinates.. when the player dies, simple. |