08.01.2010, 12:45
okay, added new CarInfo;
but i still get one error...
Line:
EDIT:
Well, look at the line, above.
EDIT2: Fixed, the line above which was: LoadTrunk(); didn't have the ;
Thanks to the ones who helped..
but i still get one error...
Код:
C:\Users\Andy\Desktop\samp03asvr_R4_win32\gamemodes\SRP2.pwn(5604) : error 001: expected token: ";", but found "for"
Код:
for(new c = 0; c < sizeof(CInfo); c++)
Quote:
Originally Posted by adsy
you may need the line
C:\Users\Andy\Desktop\samp03asvr_R4_win32\gamemode s\SRP2.pwn(5603) : error 001: expected token: ";", but found "for" says that you have forgotten to add a " ; " at the end of a line |
EDIT2: Fixed, the line above which was: LoadTrunk(); didn't have the ;
Thanks to the ones who helped..