If vehicle is a heli or plane
#1

How can i see if it is a fly vehicle?

Quote:

if(cLicense[playerid] == 0) {
SendClientMessage(playerid, COLOR_LIGHTRED, "[P-RP]: You don't have a driving license yet, drive carefully or the cops will notice.");
}
if(cLicense[playerid] == 1) {
SendClientMessage(playerid, COLOR_LIGHTGREEN, "[P-RP]: You have a driving license yet, drive carefully.");
}

I have this under OnPlayerEnterVehicle but it displays in plane and helicopters too.
How can i change that?
Reply


Messages In This Thread
If vehicle is a heli or plane - by Ihsan_Cingisiz - 05.06.2010, 22:00
Re: If vehicle is a heli or plane - by (SF)Noobanatior - 05.06.2010, 22:11

Forum Jump:


Users browsing this thread: 1 Guest(s)