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. |