04.05.2011, 08:48
Ah, then this should work; put this in "public OnPlayerDeath(playerid, killerid, reason)"
pawn Код:
if(InDmZone[playerid] == 1)
{
SetPlayerPos(playerid, X, Y, Z);
SendDeathMessage(killerid, playerid, reason);
return 1;
}