04.02.2010, 22:59
Im making a tunning menu, and I need to check if the player is in a correct vehicle id... model.. (sorry, my bad )
So,, how can I make it?
Thanks
So,, how can I make it?
Thanks
Originally Posted by mansonh
|
Originally Posted by Niixie
Make a some functions that tells the script that if the player is in vehiclemodel blablabla its a lowrider and it will show menu 1 and so on.
Its not that hard? Think logical |
case 0: { new vehicleid = GetPlayerVehicleID(playerid); if(IsPlayerInVehicle(playerid, vehicleid)) { //Here should go the check model id, and depending on which model is, another menu comes up. } |
Originally Posted by Fedee!
Quote:
I was thinking: Quote:
|