05.06.2010, 22:00
How can i see if it is a fly vehicle?
I have this under OnPlayerEnterVehicle but it displays in plane and helicopters too.
How can i change that?
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."); } |
How can i change that?