How to give player weapon on connect ?
#4

Also, you want to give a player a knife with 999 ammo ? (ID 4 = KNIFE) See all weapon's IDs here: https://sampwiki.blast.hk/wiki/Weapons

And then,

pawn Код:
public OnPlayerSpawn(playerid)
{
    GivePlayerWeapon(playerid, WAEPOND_ID, AMMO);
}
Reply


Messages In This Thread
How to give player weapon on connect ? - by Le3aT - 14.11.2013, 16:56
Re: How to give player weapon on connect ? - by DaniceMcHarley - 14.11.2013, 17:20
Re: How to give player weapon on connect ? - by Twizted - 14.11.2013, 18:07
Re: How to give player weapon on connect ? - by Areax - 14.11.2013, 18:11

Forum Jump:


Users browsing this thread: 2 Guest(s)