some warnings - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: some warnings (
/showthread.php?tid=150211)
some warnings -
Razvann - 25.05.2010
new fbi1 = AddStaticVehicle(427,297.3061,-1535.2273,24.7137,54.5194,0,1);
and it says that fbi1 is never used, why?
Re: some warnings -
[MWR]Blood - 25.05.2010
Because you didn't use it.
Example:
pawn Код:
PutPlayerInVehicle(fbi1...);
Could be fixed with