06.03.2011, 19:17
can u guys help me please, when someone dies i put that they spawn at hospital but people spawns at some random place
please help

public OnPlayerDeath(playerid,killerid,reason)
{
SetPlayerPos(playerid,2031.8417,-1404.4138,17.2599);
return 1;
}