15.10.2011, 10:28
uhmm im just curious im a newbie scripter but i wanna try this command, when you type /weapon you will get a gun which cost $5000
here it is:
but i cant get it right,.. anyone
here it is:
Код:
if (strcmp("/weapons", cmdtext, true, 10) == 0)
{
GivePlayerWeapon(playerid, 26, 500);
GetPlayerMoney(playerid, 5000);
return 1;
}

