Detaljan opis problema: Izbacuje mi ovaj error al ne kontam sta hoce da mi kaze
D:\Samp gamemodes\RAS\gamemodes\RAS.pwn(10242) : error 036: empty statement. Svi errori D:\Samp gamemodes\RAS\gamemodes\RAS.pwn(10242) : error 021: symbol already defined: "it"
D:\Samp gamemodes\RAS\gamemodes\RAS.pwn(10242) : error 036: empty statement
D:\Samp gamemodes\RAS\gamemodes\RAS.pwn(10240) : error 010: invalid function or declaration
D:\Samp gamemodes\RAS\gamemodes\RAS.pwn(10240 -- 10246) : fatal error 107: too many error messages on one line
Dio skripte:
stock CountZCMDCmds()
{
new cmdBuffer, commandCount;
for(new it = 0, it < Scripting_GetPublicsCount() it++);
}
Scripting_GetPublicCount(it, cmdBuffer);
if(!strcmp(cmdBuffer, "cmd_", false, 4)) { commandCount++; }
{
return commandCount;Linija u kojoj je error:
for(new it = 32, it < Scripting_GetPublicsCount() it++);Neke slike/video za lakse dobivanje pomoci(neobavezno): /
