RazvanBoss Posted June 29, 2011 Posted June 29, 2011 Am inceput un server de la 0 . am facut masiniile la pd. cu new pdcar[31]; .. asa .. si cand dau compile imi da o eroare error 017: undefined symbol "IsAFactionCar"
xxSPEEDYxx Posted June 29, 2011 Posted June 29, 2011 1.Probleme Godfather2.Nu ai definit IsAFactionCar: public IsAFactionCar(carInfo) { if (CarInfo[cFaction] == 1) { return 1; } return 0; } sau: if (IsAFactionCar(newcar)) { if(PlayerInfo[playerid][pLeader] == 1||PlayerInfo[playerid][pLeader] == 3) { } else { RemovePlayerFromVehicle(playerid); } } nu sunt sigur ca merg... Fara reclama in semnatura!
Question
RazvanBoss
Am inceput un server de la 0 . am facut masiniile la pd. cu new pdcar[31]; .. asa .. si cand dau compile imi da o eroare
error 017: undefined symbol "IsAFactionCar"
1 answer to this question
Recommended Posts