error, weapons
#1

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:
Код:
	if (strcmp("/weapons", cmdtext, true, 10) == 0)
	{
		GivePlayerWeapon(playerid, 26, 500);
                GetPlayerMoney(playerid, 5000);
		return 1;
	}
but i cant get it right,.. anyone
Reply


Messages In This Thread
error, weapons - by KissOfDeath - 15.10.2011, 10:28
Re: error, weapons - by Jochemd - 15.10.2011, 10:29
Re: error, weapons - by KissOfDeath - 15.10.2011, 10:32
Re: error, weapons - by Jason_Thunde - 15.10.2011, 10:59
Re: error, weapons - by Kostas' - 15.10.2011, 11:27
Re: error, weapons - by KissOfDeath - 15.10.2011, 12:41
Re: error, weapons - by Kostas' - 15.10.2011, 12:48
Re: error, weapons - by KissOfDeath - 15.10.2011, 13:10

Forum Jump:


Users browsing this thread: 1 Guest(s)