Detaljan opis problema:Radio sam komandu /admini ali problem se desio 😢 Invalid function or declaration !
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):/-/
KODOVI
1. if (!strcmp("/admini", cmdtext, true))
2. {
3. new string;
4. SendClientMessage(playerid, 0xAFAFAFAA,"-_-_-RCON Admini online-_-_-");
5.
6. for(new i; i < MAX_PLAYERS; i++)
7. {
8. if(IsPlayerAdmin(i))
9. {
10. format(string, 32, "%s(%d)",name,i);
11. SendClientMessage(playerid, 0x1E90FFAA, string);
12. }
13. }
14. return 1;
15. }
