What's the problem in this CMD?
#2

Try this..

pawn Код:
CMD:produkti(playerid, params[])
{

   if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You are not logged in");
   if(PlayerInfo[playerid][pJob] != JOB_PRODUKTE && PlayerInfo[playerid][pVIPJob] != JOB_PRODUKTE)
   {
         //your code
   }
   if(ProduCar(prodCar))
  {
         //your code
  }
  return 1;
}
Reply


Messages In This Thread
What's the problem in this CMD? - by GBLTeam - 24.12.2013, 19:48
Re: What's the problem in this CMD? - by Zamora - 24.12.2013, 20:10
Re: What's the problem in this CMD? - by GBLTeam - 25.12.2013, 17:56
Re: What's the problem in this CMD? - by Jstylezzz - 25.12.2013, 17:59
Re: What's the problem in this CMD? - by GBLTeam - 25.12.2013, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)