maping , money system , Powno , filescript
#8

Map editor i support you to use mta map editor its the best sa-mp mapping program , Link :http://**************.******code.com...tasa-1.3.3.exe
Link of conv. : http://convertffs.com/
You want to make money system you mean give your self money ?
Type in your keyboard : Control + F Search for
Код:
public OnPlayerCommandText(playerid, cmdtext[])
After you press ok, it should look like this
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/mycommand", cmdtext, true, 10) == 0)
    {
        // Do something here
        return 1;
    }
    return 0;
}
Change it to
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/givememoney", cmdtext, true, 10) == 0)
    {
        GivePlayerMoney(playerid,"delete this and add the amount of money you want in number's");
        return 1;
    }
    return 0;
}
Some thing else ? Use https://www.******.com
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)