pawn-lang / samp-stdlib

The San Andreas Multiplayer Pawn Standard Library Package - designed for the sampctl package management system.
http://sampctl.com
48 stars 30 forks source link

SetPlayerAmmo syntax #36

Closed Mergevos closed 3 years ago

Mergevos commented 3 years ago

Seems like stdlib has syntax defined as SetPlayerAmmo(playerid, weaponslot, ammo) . Instead of weaponslot, it should be weaponid like SetPlayerAmmo(playerid, weaponid, ammo)