What`s wrong here
#5

you have missing brackets after this - if(PlayerData[playerid][CarLic] == 0 && StaticVeh[vehicleid][vSpecial] == 0)

PHP код:
public OnPlayerEnterVehicle(playeridvehicleidispassenger

    if(
PlayerData[playerid][SpectateP] != -1PlayerSpectateVehicle(PlayerData[playerid][SpectateP], vehicleid); 
    if(
StaticVeh[vehicleid][vSpecial] == 15SendClientMessage(playeridRED"WARNING: This faggio will respawn in 10 seconds if you leave it."); 
    if(
IsWorking[playerid] == && VJob[playerid] != -KillTimer(TimerStopJob); 
    if(
PlayerData[playerid][CarLic] == && StaticVeh[vehicleid][vSpecial] == 0)
    {
        if(
ispassenger ==0
        { 
            if(!
IsAPlane(vehicleid)  && !IsABoat(vehicleid) && !IsABike(vehicleid)) 
            { 
                if(
PlayerData[playerid][CarLic] == && StaticVeh[vehicleid][vSpecial] == 0
                { 
                    new 
Float:xFloat:yFloat:z
                    
GetPlayerPos(playeridxyz); 
                    
SetPlayerPos(playeridxyz+3); 
                    
SendClientMessage(playeridCOLOR_WHITE"You don't have a driving license"); 
                } 
                if(
PlayerData[playerid][CarLic] == && StaticVeh[vehicleid][vSpecial] == 15
                { 
                    new 
Float:xFloat:yFloat:z
                    
GetPlayerPos(playeridxyz); 
                    
SetPlayerPos(playeridxyz+3); 
                    
SendClientMessage(playeridCOLOR_WHITE"You don't have a driving license"); 
                } 
            } 
        }
    }

Reply


Messages In This Thread
What`s wrong here - by PepsiCola23 - 09.02.2018, 10:00
Re: What`s wrong here - by Mugala - 09.02.2018, 10:11
Re: What`s wrong here - by Misiur - 09.02.2018, 10:19
Re: What`s wrong here - by PepsiCola23 - 09.02.2018, 10:20
Re: What`s wrong here - by Mugala - 09.02.2018, 10:30
Re: What`s wrong here - by PepsiCola23 - 09.02.2018, 10:33
Re: What`s wrong here - by Mugala - 09.02.2018, 10:44
Re: What`s wrong here - by PepsiCola23 - 09.02.2018, 10:49
Re: What`s wrong here - by Mugala - 09.02.2018, 11:20
Re: What`s wrong here - by PepsiCola23 - 09.02.2018, 11:43

Forum Jump:


Users browsing this thread: 2 Guest(s)