25.09.2013, 17:02
Yes, give it a go.
Edit: As Konstantinos said, I forgot.
You need to do:
Instead of:
Obviously, weaponid being the weaponid which is an number.
Edit: As Konstantinos said, I forgot.
You need to do:
pawn Code:
GivePlayerWeapon(playerid, weaponid, PlayerInfo[playerid][pWep2a]);
pawn Code:
GivePlayerWeapon(playerid, PlayerInfo[playerid][pWep2a]);