Quote:
Originally Posted by _Saif_
Quote:
Originally Posted by chaosnz
Quote:
Originally Posted by _Saif_
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;
|
i already have a leave dm command.
|
did u added DMzone[playerid] = 0; in onplayerconnect ?
|
look at the 3rd post... I said i had DMzone[playerid] = 0; on onplayerconnect..