Skripta koju koristim:Moj gm od 0
Detaljan opis problema:Pa ovako znaci cim dodem blizu auta nemogu ni sjest sa f vec mi pise "Nista clan" a i btw nemoze se sjest sa g isto jel to mozda zato sto sam stavio pod "OnPlayerEnterVehicle"?
Dio skripte:
Primjer 1 organizacije
if(vehicleid == PDVozila[12] || vehicleid == PDVozila[13] || vehicleid == PDVozila[14] || vehicleid == PDVozila[15] || vehicleid == PDVozila[16] || vehicleid == PDVozila[17] || vehicleid == PDVozila[18] || vehicleid == PDVozila[19])
{
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLider] == 1){ }
else
{
SCM(playerid, SVIJETLOPLAVA, "{FF0000}[Greska] Niste Älan 'Police Department' organizacije!");
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid, 1);
}
}
if(vehicleid == PDVozila[0] || vehicleid == PDVozila[1] || vehicleid == PDVozila[2] || vehicleid == PDVozila[3] || vehicleid == PDVozila[4] || vehicleid == PDVozila[5] || vehicleid == PDVozila[6] || vehicleid == PDVozila[7] || vehicleid == PDVozila[8] || vehicleid == PDVozila[9] || vehicleid == PDVozila[10] || vehicleid == PDVozila[11])
{
if(PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLider] == 1){ }
else
{
SCM(playerid, SVIJETLOPLAVA, "{FF0000}[Greska] Niste Älan 'Police Department' organizacije!");
RemovePlayerFromVehicle(playerid);
TogglePlayerControllable(playerid, 1);
}
}
Neke slike/video za lakse dobivanje pomoci(neobavezno):
To sam i mislio,Hvala :D