IsPilotVehicle is never called
#1

The function is never called for some reason
I tried debugging using printf the vehicle id but nothing pops on console

stock and usage:

Stock
PHP код:
stock IsPilotVehicle(vehicleid)
{
    
printf("Test: %s."vehicleid);
    for(new 
i=0i<2i++)
    {
        if(
vehicleid == JobInfo[JOB_PILOT][jCars][i]) return 1;
    }
    return 
0;

OnPlayerEnterVehicle

PHP код:
else if(IsPilotVehicle(vehicleid))
        {
            
printf("Test = %i."vehicleid);
            if(
PlayerInfo[playerid][pJob] != JOB_PILOT && PlayerInfo[playerid][pVIPJob] != JOB_PILOT)
            {
                
printf("TEST = %i.",vehicleid);
                  new 
Float:pos[3];
                
GetPlayerPos(playeridpos[0], pos[1], pos[2]);
                
SetPlayerPos(playeridpos[0], pos[1], pos[2]);
                
SendClientMessage(playeridCOLOR_ORANGE"You cannot start the engine as it belongs to the Los Santos Airline Company.");
            }
        } 
Reply


Messages In This Thread
IsPilotVehicle is never called - by NeXoR - 13.04.2016, 19:56
Re: IsPilotVehicle is never called - by BiosMarcel - 13.04.2016, 20:35
Re: IsPilotVehicle is never called - by NeXoR - 13.04.2016, 21:45
Re: IsPilotVehicle is never called - by NaS - 13.04.2016, 22:16
Re: IsPilotVehicle is never called - by NeXoR - 13.04.2016, 23:57
Re: IsPilotVehicle is never called - by NeXoR - 14.04.2016, 08:55
Re: IsPilotVehicle is never called - by NaS - 14.04.2016, 10:22
Re: IsPilotVehicle is never called - by NeXoR - 14.04.2016, 16:08

Forum Jump:


Users browsing this thread: 1 Guest(s)