Where am I suppose to put this script?
#3

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{    
    if(!strcmp(cmdtext,"/sawnoff",true)==0 {

        GivePlayerWeapon(playerid, 26, 500); //Give playerid sawnoff shotgun with 500 ammo
        SendClientMessage(playerid,red, "  You recieved 500 ammo of sawnoff");                  
        return 1;
        }
//if is only this command uncomment the line down
//return 0;}
 // if not dont uncomment :P
Reply


Messages In This Thread
Where am I suppose to put this script? - by Guardian - 04.06.2009, 00:36
Re: Where am I suppose to put this script? - by TheUllas - 04.06.2009, 02:08
Re: Where am I suppose to put this script? - by HuRRiCaNe - 04.06.2009, 04:11
Re: Where am I suppose to put this script? - by efeX - 04.06.2009, 17:29

Forum Jump:


Users browsing this thread: 1 Guest(s)