Can different checks be converted into single check?
#2

you can use another array something like errstate[MAX_PLAYERS] and use this array to store the message id
Код:
when InDM[playerid] becomes 1
set  errstate[playerid] -> 12
and use some other value to represent "free of restriction" something like -1 or -2
and do this
PHP код:
if (errstate[playerid] != -1)
{
     return 
ErrorMessages(playeriderrstate[playerid]);

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)