Can use even if you haven't bought
#2

Does your /makebomb command have this?
pawn Code:
CMD:makebomb(playerid, params[])
{
   if(BombUse[playerid] == 1)
   {    
      BombUse[playerid] = 0;
      //code to make bomb go off.

   }
   else SendClientMessage(playerid, COLOR_HERE, "ERROR: You need a bomb to use this   command!");
 
   return 1;
}
Reply


Messages In This Thread
Can use even if you haven't bought - by davve95 - 18.09.2013, 18:05
Re: Can use even if you haven't bought - by EiresJason - 18.09.2013, 18:17
Re: Can use even if you haven't bought - by davve95 - 18.09.2013, 18:20
Re: Can use even if you haven't bought - by EiresJason - 18.09.2013, 18:20
Re: Can use even if you haven't bought - by davve95 - 18.09.2013, 18:29
Re: Can use even if you haven't bought - by EiresJason - 18.09.2013, 18:34

Forum Jump:


Users browsing this thread: 2 Guest(s)