Help Rent Bike!! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Rent Bike!! (
/showthread.php?tid=410209)
Help Rent Bike!! -
Gold_Master - 24.01.2013
(43) : warning 235: public function lacks forward declaration (symbol "RentVozila")
(45) : error 017: undefined symbol "Rent"
(45) : error 036: empty statement
(45) : error 017: undefined symbol "i"
(45) : fatal error 107: too many error messages on one line
4 Errors.
Line 43

ublic RentVozila(carid)
Line 45:for(new i = 0; i < sizeof(Rent); i++)
Re: Help Rent Bike!! -
Roach_ - 24.01.2013
Add this to your gamemode, outside of any callbacks:
pawn Код:
forward RentVozila(carid);
AW: Help Rent Bike!! -
Gold_Master - 24.01.2013
Dont work :@
Re: Help Rent Bike!! -
Roach_ - 24.01.2013
Give me the whole callback..
AW: Help Rent Bike!! -
Gold_Master - 24.01.2013
here is the fs
http://pastebin.com/KzdMTRW4
Re: Help Rent Bike!! -
FUNExtreme - 24.01.2013
Uncomment the #define FILTERSCRIPT line