C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3900) : error 017: undefined symbol "string" C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : error 017: undefined symbol "string" C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : error 017: undefined symbol "string" C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : error 029: invalid expression, assumed zero C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. |
3899 strsplit(plrIP, array, '.'); 3900 format(string,50,"%d.%d",array[0],array[1]); 3901 format(string, sizeof(string), "/RangeBan/%s.ini", string); 3902 if(dini_Exists(string)) |
new string[128];
new string[128];
format(string,50,"%d.%d",array[0],array[1]);
Hallo ich habe was Gescriptet aber es kommen diese errors,kann mir jemand Helfen Quote: C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3900) : error 017: undefined symbol "string" C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : error 017: undefined symbol "string" C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : error 017: undefined symbol "string" C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : error 029: invalid expression, assumed zero C:\Users\Lukas\Desktop\AUDIO_TS\TgR.pwn(3901) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 5 Errors. Das sind die Zeilen wo der/die Error/s angezeigt werden Quote: 3899 strsplit(plrIP, array, '.'); 3900 format(string,50,"%d.%d",array[0],array[1]); 3901 format(string, sizeof(string), "/RangeBan/%s.ini", string); 3902 if(dini_Exists(string)) Hoffe ihr kцnnt mir Helfen. |
new string[75];