EQUIP POINT FOR RP SERVER - HELP
#1

I'm actually trying to make a /weaponequip command on the FBI rancher and if the boot is open.

Код:
if(sscanf(params, "ds", id, weap)) return SendClientMessage(playerid, COL_ERROR, "SERVER: /we(aponequip) (ID) smg|m4|sniper|deagle|armour");
Now, how can i make it that when i enter /weaponequip (ID) M4 - for example, it equips a M4 to a player's hand?

Код:
	if(IsAFBICar(vehicleid)
	{
	    if( boot == 0 ) return SendClientMessage(playerid, COL_ERROR, "SERVER: The boot of the Federal Rancher is not open!");
	    if( boot == 1 )
             I want help here
Reply


Messages In This Thread
EQUIP POINT FOR RP SERVER - HELP - by MarioKamani - 01.03.2018, 11:59
Re: EQUIP POINT FOR RP SERVER - HELP - by PepsiCola23 - 01.03.2018, 12:05
Re: EQUIP POINT FOR RP SERVER - HELP - by MarioKamani - 01.03.2018, 12:26
Re: EQUIP POINT FOR RP SERVER - HELP - by rolex - 01.03.2018, 12:27
Re: EQUIP POINT FOR RP SERVER - HELP - by MarioKamani - 01.03.2018, 17:56
Re: EQUIP POINT FOR RP SERVER - HELP - by MarioKamani - 01.03.2018, 18:48

Forum Jump:


Users browsing this thread: 1 Guest(s)