12.05.2015, 10:33
CODE: DisableStuntBonusForAll(0);
if(pInfo(i)[GroupID] != 0) return SendClientMessage(playerid,COLOR_RED,"ERROR: You cannot join another group until you leave the current one you're in.");
new PInfo[MAX_PLAYERS][PlayerData];
ERROR: (2009) : warning 215: expression has no effect
(2010) : error 012: invalid function call, not a valid address
(2010) : error 017: undefined symbol "i"
(2010) : error 029: invalid expression, assumed zero
(2010) : fatal error 107: too many error messages on one line
HELP ME PLS ;'(
if(pInfo(i)[GroupID] != 0) return SendClientMessage(playerid,COLOR_RED,"ERROR: You cannot join another group until you leave the current one you're in.");
new PInfo[MAX_PLAYERS][PlayerData];
ERROR: (2009) : warning 215: expression has no effect
(2010) : error 012: invalid function call, not a valid address
(2010) : error 017: undefined symbol "i"
(2010) : error 029: invalid expression, assumed zero
(2010) : fatal error 107: too many error messages on one line
HELP ME PLS ;'(