/buylic command
#5

Right simple change to your code!.

pawn Код:
CMD:buylic(playerid)
{
       PlayerInfo[playerid][pMoney] = PlayerInfo[playerid][pMoney]-AMOUNT; // If you dont have a mone system use GivePlayerMoney(playerid, -AMOUNT);
        PLayerInfo[playerid][pLicense] = 1;
        SendClientMessage(Playerid, "Texthere");
        return 1;
}
[pawn] CMDhowlicneses(playerid)
{

Second thoughs I need to go like now... Sorry

Right thats very simple and should be easy for you to edit to how you like
Reply


Messages In This Thread
/buylic command - by Jordiee - 15.11.2011, 20:08
Re: /buylic command - by Jordiee - 15.11.2011, 21:00
Re: /buylic command - by Kingunit - 15.11.2011, 21:04
Re: /buylic command - by Jordiee - 15.11.2011, 21:47
Re: /buylic command - by IceCube! - 15.11.2011, 21:55
Re: /buylic command - by Jordiee - 15.11.2011, 21:57
Re: /buylic command - by IceCube! - 15.11.2011, 22:24
Re: /buylic command - by Jordiee - 16.11.2011, 12:46

Forum Jump:


Users browsing this thread: 1 Guest(s)