02.08.2009, 17:53
Look for AddPlayerClass or AddPlayerClassEx in your script and change the weapon parameters for the class and the ammo.
Check the Wiki: https://sampwiki.blast.hk/wiki/AddPlayerClassEx
Or, UnderOnPlayerSpawn at the GivePlayerWeapon function, but that will give all players the same weapons when they spawn (not good if you want different classes to have different weapons).
Check the Wiki: https://sampwiki.blast.hk/wiki/AddPlayerClassEx
Or, UnderOnPlayerSpawn at the GivePlayerWeapon function, but that will give all players the same weapons when they spawn (not good if you want different classes to have different weapons).

