[HELP] IsABike
#1

I put this script on my gamemode at callback OnPlayerStateChange

pawn Код:
GetVehicleParamsEx(newcar,engine,lights,alarm,doors,bonnet,boot,objective);
    if(IsABike(newcar))
    {
        SetVehicleParamsEx(newcar,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
    }
And give me these errors. Why?

Код:
error 017: undefined symbol "newcar"
error 017: undefined symbol "newcar"
error 017: undefined symbol "newcar"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Reply


Messages In This Thread
[HELP] IsABike - by monster010 - 02.03.2015, 22:44
Re: [HELP] IsABike - by 1fret - 02.03.2015, 23:03

Forum Jump:


Users browsing this thread: 2 Guest(s)