16.02.2016, 04:05
There are many code mistakes. I just pointed out some of them:-
- Indent fucked up.
- Commands works only for admins because of this check:
- Using very old looping method:
Other than that, good work.
- Indent fucked up.
- Commands works only for admins because of this check:
PHP код:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid,COLOR_RED,"[ServerBoT]{FFFFFF}You aint authorised to use this command!");
PHP код:
for(new i = 0; i < MAX_PLAYERS; i++)