/tune
#7

pawn Код:
if(!strcmp(cmd,"/tune",true))
{
  if(PlayerInfo[playerid][pJob]!=7) return SendClientMessage(playerid,COLOR_GREY,"  You are not a car mechanic !");
  if(!IsPlayerInAnyVehicle(playerid)||GetPlayerState(playerid)!=PLAYER_STATE_DRIVER) return SendClientMessage(playerid,COLOR_GREY,"You must be in the driver's seat.");
  return ModCar(playerid);
}
But I don't think you can use ModCar on a player.. Post ModCar here.
Reply


Messages In This Thread
/tune - by ghost_in_dark - 24.03.2009, 11:14
Re: /tune - by MenaceX^ - 24.03.2009, 11:20
Re: /tune - by ghost_in_dark - 24.03.2009, 11:26
Re: /tune - by MenaceX^ - 24.03.2009, 11:34
Re: /tune - by ghost_in_dark - 24.03.2009, 11:50
Re: /tune - by MenaceX^ - 24.03.2009, 11:53
Re: /tune - by MenaceX^ - 24.03.2009, 12:00
Re: /tune - by ghost_in_dark - 24.03.2009, 12:03
Re: /tune - by MenaceX^ - 24.03.2009, 12:09
Re: /tune - by ghost_in_dark - 24.03.2009, 12:15

Forum Jump:


Users browsing this thread: 1 Guest(s)