Hallo Leute ich habe ein Problem mit meinem Script
2 Errors :
Error 047: array sizes do not match, or destination array is to small
Error 021: symbol already defined: "isNumeric"
Hallo Leute ich habe ein Problem mit meinem Script
2 Errors :
Error 047: array sizes do not match, or destination array is to small
Error 021: symbol already defined: "isNumeric"
http://forum.sa-mp.de/index.php?form=Explain
ZitatDu hast der Variable bspw durch ein "new variable[10]" eine gewisse Anzahl an Dimensionen gegeben. In diesem Beispiel 10 (variable[0] - variable[9]).
Nun kannst du aber auch nur diese nutzen.
Der Fehler tritt auf wenn du also bspw nur 10 Dimensionen erstellst, aber versuchst weitere Dimensionen anzusprechen,
also du bspw versucht, nun die Variable "variable[200]" zu nutzen.
Von Trooper[Y] 27 20
Zum 2. : Du hat "IsNumeric" bereits erstellt.
Wenn ich is_Numeric lösche steht da pawn Compiler funktioniert nicht mehr