[Ajuda] Bloquear
#11

Quote:
Originally Posted by FabioGTP
Посмотреть сообщение
Eu peguei uma base do seu e executei esse cуdigo
PHP код:
       if(newstate == PLAYER_STATE_DRIVER)
    {
        new 
vehicleid GetPlayerVehicleID(playerid);
        if(
IsPlayerInVehicle(playeridvehicleid) && GetVehicleModel(vehicleid) == 538)
        {
            if(
Player[playerid][pBallas] >= 4)
            {
            }
            else
            {
                
RemovePlayerFromVehicle(playerid);
                   
SendClientMessage(playeridCOR_ERRO"Vocк nгo pode pegar esse veнculo!");
            }
        }
    } 
nгo sei se vai funcionar, irei testar rsrsrs
Vc pode fazer assim:

PHP код:
    if(newstate == PLAYER_STATE_DRIVER)
    {
        new 
vehicleid GetPlayerVehicleID(playerid);
        if(
IsPlayerInVehicle(playeridvehicleid) && GetVehicleModel(vehicleid) == 538)
        {
            if(
Player[playerid][pBallas] < 4)
            {
                
RemovePlayerFromVehicle(playerid);
                
SendClientMessage(playeridCOR_ERRO"Vocк nгo pode pegar esse veнculo!");
            }
        }
    } 
Vai lhe poupar algumas linhas e aliбs recomendo que leia este tуpico
https://sampforum.blast.hk/showthread.php?tid=493276

Leia a parte de "Lуgicas, sem lуgica"
Reply


Messages In This Thread
Bloquear - by FabioGTP - 23.09.2016, 19:30
Re: Bloquear - by LockedLucas - 23.09.2016, 19:33
Re: Bloquear - by FabioGTP - 23.09.2016, 19:38
Re: Bloquear - by Whoo - 23.09.2016, 19:40
Re: Bloquear - by FabioGTP - 23.09.2016, 19:43
Re: Bloquear - by JPedro - 23.09.2016, 19:46
Re: Bloquear - by Whoo - 23.09.2016, 19:50
Re: Bloquear - by FabioGTP - 23.09.2016, 19:51
Re: Bloquear - by JPedro - 23.09.2016, 19:55
Re: Bloquear - by FabioGTP - 23.09.2016, 20:05
Re: Bloquear - by JPedro - 23.09.2016, 20:08
Re: Bloquear - by Whoo - 23.09.2016, 20:22
Re: Bloquear - by JPedro - 23.09.2016, 20:27
Re: Bloquear - by Whoo - 23.09.2016, 20:46
Re: Bloquear - by JPedro - 23.09.2016, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)