Help with something please as fast as you can!
#3

Try make it yourself..

I made something that will help you understand where to begin and how it could be made.
pawn Код:
CMD:hbadge(playerid, params[])
{
    if(/*if the player is hitman*/)
    {
        new badge[128], id;
        if(sscanf(params,"us",id,badge)) return SendClientMessage(playerid, -1, "SYNTAX: /hbadge [Player] [Badge]");
        if(sscanf(params,"badge1",badge))
        {
            /*
            Code to show badge1
            */

        }
        if(sscanf(params,"badge2",badge))
        {
            /*
            Code to show badge2
            */

        }
Reply


Messages In This Thread
Help with something please as fast as you can! - by joko2021 - 30.07.2014, 21:28
Re: Help with something please as fast as you can! - by joko2021 - 30.07.2014, 23:06
Re: Help with something please as fast as you can! - by Don_Cage - 30.07.2014, 23:18
Re: Help with something please as fast as you can! - by joko2021 - 30.07.2014, 23:49
Re: Help with something please as fast as you can! - by joko2021 - 31.07.2014, 00:03
Re: Help with something please as fast as you can! - by d3ll - 31.07.2014, 00:42
Re: Help with something please as fast as you can! - by joko2021 - 31.07.2014, 13:48

Forum Jump:


Users browsing this thread: 2 Guest(s)