03.12.2009, 06:35
put DMzone[playerid] = 0; in onplayerconnect
and for eg if you prepare a command /joindm
so add these lines to it DMzone[playerid] = 1;
and when player /leavedm
so add this lines to it DMzone[playerid] = 0;
and for eg if you prepare a command /joindm
so add these lines to it DMzone[playerid] = 1;
and when player /leavedm
so add this lines to it DMzone[playerid] = 0;