Warnings...wierd.
#1

I got an engine command off the internet, it compiles fine, but it gives me warnings, I've done several other commands like that, yet no warnings?

SetVehicleParamsEx(vehicleid, engine, lights, alarm, bonnet, 1, objective);
and
SetVehicleParamsEx(vehicleid, engine, lights, alarm, bonnet, 0, objective);

Warning is: number of arguments does not match definition
Reply
#2

actually you forgot the doors

pawn Код:
SetVehicleParamsEx(vehicleid, engine, lights, alarm, doors, bonnet, boot, objective);
Reply
#3

You forgot bonnet after boot.Look at the number of argumentss of the function:https://sampwiki.blast.hk/wiki/SetVehicleParamsEx
Reply
#4

Quote:
Originally Posted by Cjgogo
Посмотреть сообщение
You frogot bonnet after boot.Look at the number of argumentss of the function:https://sampwiki.blast.hk/wiki/SetVehicleParamsEx
actually wrong he forgot the doors after the alarm
Reply
#5

Thanks, I can't belive I missed that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)