Commands for Marines !
#4

Ok, i forgot to do the "I" thing, here you go, also thanks to the post above this one, but i made it easier by putting the weapon IDS etc...

Код:
if (strcmp("/equip", cmdtext, true, 10) == 0)
{
if(IsPlayerInRangeOfPoint(playerid, range, x, y, z))// cords of your pickup
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, 24, 300); //Deagle 300 AMMO
GivePlayerWeapon(playerid, 31, 300); //M4 300 AMMO
SetPlayerArmour( playerid, 100 );
return 1;
}
Reply


Messages In This Thread
Commands for Marines ! - by drawkk - 15.12.2009, 23:02
Re: Commands for Marines ! - by Camacorn - 15.12.2009, 23:07
Re: Commands for Marines ! - by kamilbam - 15.12.2009, 23:21
Re: Commands for Marines ! - by Camacorn - 15.12.2009, 23:28

Forum Jump:


Users browsing this thread: 1 Guest(s)