Jump to content

Question

Posted

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

Posted

1.Probleme Godfather

2.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!

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.