Guten Tag ihr lieben...
ich hab mal wieder nen Error im Server (vom Autohaus-System dies mal):
Code
[13:44:44] [chat] [***]: /car sell
[13:45:43] [debug] Run time error 4: "Array index out of bounds"
[13:45:43] [debug] Accessing element at index 70 past array upper bound 69
[13:45:43] [debug] AMX backtrace:
[13:45:43] [debug] #0 00003428 in public OnPlayerCommandText (1, 522520) from Autohaus-System.amx
dort steht: (zum Anfang):
if(!strcmp(cmdtext,"/car",true,4))
sollte ich es in:
if(strcmp(cmdtext, "/car", true) == 0)
umbenennen? oder liegt der Fehler woanders?
MfG
James.