Mini gun
#6

Quote:
Originally Posted by xbox360boy66
Посмотреть сообщение
ZCMD plz, im gonna try this first

Код:
YCMD:minigun(playerid, params[], help) 
{ 
    #pragma unused params 
    #pragma unused help 
    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "You are not authorized to use that command!"); 
    GivePlayerWeapon(playerid, 38, 9999999); 
    return 1; 
}
I have provided both examples. I now use y_commands to write commands, so it's quite easy for me. But I do recommend switching, the different functions and commands which can be used makes things easier. It's also excellent for managing large amount of commands.
Reply


Messages In This Thread
Mini gun - by xbox360boy66 - 18.08.2011, 19:29
Re: Mini gun - by Kush - 18.08.2011, 19:31
Re: Mini gun - by ElieJabbour - 18.08.2011, 19:31
Re: Mini gun - by xbox360boy66 - 18.08.2011, 19:36
Re: Mini gun - by xbox360boy66 - 18.08.2011, 19:38
Re: Mini gun - by Kush - 18.08.2011, 19:39
Re: Mini gun - by xbox360boy66 - 18.08.2011, 19:51
Re: Mini gun - by ElieJabbour - 18.08.2011, 19:53
Re: Mini gun - by Kush - 18.08.2011, 19:59
Re: Mini gun - by xbox360boy66 - 18.08.2011, 20:04
Re: Mini gun - by xbox360boy66 - 18.08.2011, 20:06
Re: Mini gun - by James_Bourne - 18.08.2011, 20:10
Re: Mini gun - by xbox360boy66 - 18.08.2011, 20:16
Re: Mini gun - by James_Bourne - 18.08.2011, 20:20
Re: Mini gun - by Kush - 18.08.2011, 20:51
Re: Mini gun - by xbox360boy66 - 18.08.2011, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)