[HELP]Can't use command in that zone!
#10

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;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)