13.03.2013, 22:17
Why is there IsPlayerConnected(playerid, "/lock") ?
IsPlayerConnected has only 1 argument, the playerid.
Furthermore did you change
dcmd(xlock, 5, cmdtext);
to
dcmd(lock, 4, cmdtext);
(look at the numbers)
IsPlayerConnected has only 1 argument, the playerid.
Furthermore did you change
dcmd(xlock, 5, cmdtext);
to
dcmd(lock, 4, cmdtext);
(look at the numbers)