Question about DM area protection
#3

I just make a /leavedm command and re-spawn the player.
It looks something like this:

pawn Код:
if(strcmp(cmdtext, "/leavedm", true) == 0)
{
DMArea[playerid] = 0;
SpawnPlayer(playerid);
return 1;
}
Its not the same but simular
Reply


Messages In This Thread
Question about DM area protection - by MastahServers - 31.05.2010, 16:11
Re: Question about DM area protection - by DJDhan - 31.05.2010, 16:33
Re: Question about DM area protection - by NewTorran - 31.05.2010, 16:35
Re: Question about DM area protection - by MastahServers - 31.05.2010, 17:24
Re: Question about DM area protection - by NewTorran - 31.05.2010, 17:38
Re: Question about DM area protection - by MastahServers - 31.05.2010, 20:10

Forum Jump:


Users browsing this thread: 1 Guest(s)