20.04.2010, 12:11
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
GameTextForPlayer(playerid,"~r~Foste Morto aguarda 30 segundos em quanto te curam",5000,5);
SetPlayerPos(playerid, 1162.1146,-1328.0179,31.4968);
SetTimer("Morte", 1800, 0);
return 1;
}