[FIXED]Mapping key to repair vehicle
#3

word advice might make ur thing a little shorter. The guy cannot have player_state_driver. if he is not in a vehicle, so the:
Код:
if(IsPlayerInAnyVehicle(playerid)) //this line here
	{
	  new vehicleid = GetPlayerVehicleID(playerid);
	  if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
	  {
that isnt really needed. so just cut that off.
Reply


Messages In This Thread
[FIXED]Mapping key to repair vehicle - by biltong - 23.01.2010, 19:11
Re: Mapping key to repair vehicle - by biltong - 24.01.2010, 06:45
Re: [FIXED]Mapping key to repair vehicle - by bluray - 24.01.2010, 10:38
Re: [FIXED]Mapping key to repair vehicle - by biltong - 24.01.2010, 12:03

Forum Jump:


Users browsing this thread: 1 Guest(s)