Hi,
habe die 2 Errors:
C:\Dokumente und Einstellungen\Admin\Desktop\allgemein\Script\gamemodes\BRGscript.pwn(34563) : error 047: array sizes do not match, or destination array is too small
C:\Dokumente und Einstellungen\Admin\Desktop\allgemein\Script\gamemodes\BRGscript.pwn(34609) : error 047: array sizes do not match, or destination array is too small
die zeilen:
aktion = strtok(cmdtext, idx);
if(!strlen(aktion))
aktion = strtok(cmdtext, idx);
if(!strlen(aktion))
wo ist denn da der fehler ?