30.08.2013, 15:29
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
After you press ok, it should look like this
Change it to
Some thing else ? Use https://www.******.com
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[])
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
// Do something here
return 1;
}
return 0;
}
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;
}
