- 0
Ajutor errori.
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
VipBo$$
De ce imi da errori-le astea la linia asta:
for(new i = 0; i < sizeof(WantedLevel); i++) WantedLevel =0; <--- Asta-i linia!
WantedMotiv[0] = "Furt vehicul", WantedLevel[0] = 1;
WantedMotiv[0] = "Apel Nefondat 112", WantedLevel[0] = 1;
WantedMotiv[0] = "Atacare Civil", WantedLevel[0] = 2;
WantedMotiv[0] = "Neconformare Ordin", WantedLevel[0] = 2;
WantedMotiv[0] = "Patrundere Teren Guvernamental", WantedLevel[0] = 2;
WantedMotiv[0] = "Rapire Civil", WantedLevel[0] = 3;
WantedMotiv[0] = "Posesie/Folosire Droguri", WantedLevel[0] = 3;
WantedMotiv[0] = "Atacare Politist", WantedLevel[0] = 3;
WantedMotiv[0] = "Neplata Amenda", WantedLevel[0] = 3;
WantedMotiv[0] = "Jefuire Politist", WantedLevel[0] = 3;
WantedMotiv[0] = "Drive-by", WantedLevel[0] = 4;
WantedMotiv[0] = "Mituire Politist", WantedLevel[0] = 4;
WantedMotiv[0] = "Omorare Civil", WantedLevel[0] = 4;
WantedMotiv[0] = "Rapire Politist", WantedLevel[0] = 5;
WantedMotiv[0] = "Fugar", WantedLevel[0] = 6;
WantedMotiv[0] = "Complice", WantedLevel[0] = 6;
ERRORI:
(12734) : error 072: "sizeof" operator is invalid on "function" symbols
Edited by AlexBo$$(12734) : error 028: invalid subscript (not an array or too many subscripts): "WantedLevel"
(12734) : error 017: undefined symbol "i"
(12734) : fatal error 107: too many error messages on one line
3 answers to this question
Recommended Posts