Jump to content
  • 0

Problema la factiunea TCC


Question

Posted

Problema intalnita (descriere): Sunt in tcc si vreau sa intru in masina factiunii imi spune you don't have keys for this vehicles. La celelate factiuni merge perfect...
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul(obligatoriu): -
Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Da..

9 answers to this question

Recommended Posts

  • 0
Posted (edited)

Posteaza OnPlayerStateChange sau in callback-ul unde ai pus tu sa verifice daca e in factiunea respectiva pentru a putea

folosi masinile factiuni.

Edited by andy47
  • 0
Posted
if(IsATCCCar(newcar))
{
   if(PlayerInfo[playerid][pLeader] == 16||PlayerInfo[playerid][pMember] == 16) { }
   else {
       RemovePlayerFromVehicle(playerid);
       SendClientMessage(playerid, COLOR_GREY,"You are not a Ridicari Auto member");}
}
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.