Two errors
#1

I have this:
PHP код:
GetVehicleParamsEx(vehicleid,engine,lights,alarm,doors,bonnet,boot,objective);
            
SetVehicleParamsEx(vehicleid,VEHICLE_PARAMS_OFF,VEHICLE_PARAMS_OFF,alarm,doors,bonnet,boot,objective); 
I read somewhere that you don't have to do: new engine,lights,etc;
But these are the errors i am getting:
PHP код:
C:\Users\Mark\Desktop\GRP.pwn(1251) : error 017undefined symbol "engine"
C:\Users\Mark\Desktop\GRP.pwn(1252) : error 017undefined symbol "alarm" 
Reply
#2

Seems like you missed engine and alarm then.
pawn Код:
new engine,lights,alarm,doors,bonnet,boot,objective;
Reply
#3

Use -1 to ignore current params.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)