28.05.2016, 11:21
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11835) : error 035: argument type mismatch (argument 1)
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : error 028: invalid subscript (not an array or too many subscripts): "cNameclans"
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : warning 215: expression has no effect
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : error 001: expected token: ";", but found "]"
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : error 029: invalid expression, assumed zero
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : fatal error 107: too many error messages on one line
11835
if(strlen(inputtext) > 20 || strlen(inputtext) < 3) return SCM(playerid, -1, "{008BC7}Informatie: {ffffff}Numele clanului nu poate fi mai scurt de 3 caractere sau mai lung de 20.");
format(cNameclans, 20, "%s", strlen(inputtext));
11836
new verificaClan = MySQLCheckClan( cNameclans[playerid] );
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : error 028: invalid subscript (not an array or too many subscripts): "cNameclans"
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : warning 215: expression has no effect
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : error 001: expected token: ";", but found "]"
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : error 029: invalid expression, assumed zero
C:\Users\User\Documents\ValoareCuK\gamemodes\rworl d.pwn(11836) : fatal error 107: too many error messages on one line
11835
if(strlen(inputtext) > 20 || strlen(inputtext) < 3) return SCM(playerid, -1, "{008BC7}Informatie: {ffffff}Numele clanului nu poate fi mai scurt de 3 caractere sau mai lung de 20.");
format(cNameclans, 20, "%s", strlen(inputtext));
11836
new verificaClan = MySQLCheckClan( cNameclans[playerid] );