" Car Impounded " is not showing..
#1

When the vehicle is impounded, the player who enter the vehicle should see "This vehicle is impounded" but it doesn't shows.. please help

pawn Код:
if(IsPlayerAtImpound(playerid))
            {
                if(dini_Int(CarFile(GetPlayerVehicleID(playerid)), "impounded"))
                {
                    SendClientError(playerid, "This vehicle is impounded!");
                    RemovePlayerFromVehicle(playerid);
                }
            }
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)