10.11.2014, 23:57
I'm new to pawno so i tried to make when player is death to set he's position to the hospital but it won't work ...
Can u help to make that ?
Can u help to make that ?
public OnPlayerDeath(playerid)
{
SetSpawnInfo(playerid,0,0,posx,posy,posz,0,0,0,0,0,0,0);
SpawnPlayer(playerid);
return 1;
}