[Ajuda] Veiculo trancado
#1

Bom galera to fazendo sistema de concecionaria e qualquer um estб podendo entrar no carro se alguem puder me ajudar agradeзo desde jб!

PHP Code:
for(new 0MAX_CARROSc++)
    {
        
CarroInfo[c][IDCarro] = vehicleid;
        if(
PlayerInfo[playerid][DonoCarroID] != CarroInfo[CarroInfo[vehicleid][IDCarro]][IDCarro] && CarroInfo[CarroInfo[vehicleid][IDCarro]][TravaCarro] == 1)
        {
            new 
Float:XFloat:YFloat:Z;
            
GetPlayerPos(playeridXYZ);
            
SetPlayerPos(playeridXYZ);
            new 
stirng[5000];
            
format(stirngsizeof(stirng),"Esse veнculo pertence б %s",DOF2_GetString(CarroArquivo(GetPlayerVehicleID(playerid)),"DonoCarro"));
            
SendClientMessage(playeridvermelhostirng);
            return 
1;
        }
        return 
1;
    } 
Reply


Messages In This Thread
Veiculo trancado - by SamuelMatheus05 - 06.05.2018, 03:16
Re: Veiculo trancado - by NelsonC - 06.05.2018, 04:27

Forum Jump:


Users browsing this thread: 2 Guest(s)