head hunt
#8

Quote:
Originally Posted by XFallout
Knife command:

pawn Код:
if(strcmp(cmdtext,"/knife",true)==0)
    {
        if(GetPlayerMoney(playerid) >= 499)
        {
        GivePlayerWeapon(playerid, 4, 1);
        }
        else
        SendClientMesssage(playerid, COLOR_ORANGE, "You don't have enough money.");
        return 1;
Код:
if(strcmp(cmdtext,"/knife",true)==0)
	{
		if(GetPlayerMoney(playerid) >= 499)
		{
		GivePlayerWeapon(playerid, 4, 1);
		}
		else
       {
		SendClientMessage(playerid, COLOR_ORANGE, "You don't have enough money.");
       }
		return 1;
}
There, check your spelling next time and you forgot your brackets..
Reply


Messages In This Thread
head hunt - by WardenCS - 25.04.2009, 22:59
Re: head hunt - by Dizzlah - 25.04.2009, 23:01
Re: head hunt - by WardenCS - 25.04.2009, 23:15
Re: head hunt - by WardenCS - 26.04.2009, 09:10
Re: head hunt - by XFallout - 26.04.2009, 09:20
Re: head hunt - by WardenCS - 26.04.2009, 09:59
Re: head hunt - by XFallout - 26.04.2009, 10:04
Re: head hunt - by westre - 26.04.2009, 10:12
Re: head hunt - by miokie - 26.04.2009, 10:21
Re: head hunt - by WardenCS - 26.04.2009, 10:53

Forum Jump:


Users browsing this thread: 1 Guest(s)