some warnings
#1

new fbi1 = AddStaticVehicle(427,297.3061,-1535.2273,24.7137,54.5194,0,1);

and it says that fbi1 is never used, why?
Reply
#2

Because you didn't use it.
Example:
pawn Код:
PutPlayerInVehicle(fbi1...);
Could be fixed with
pawn Код:
#pragma unused fbi1
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)