07.05.2012, 16:30
Okay. You can add weapons id and ammo of the weapon under the same function your using.
For example. This is your current function.
Now this code will give Deagle of 100 ammo to the player who will select this skin. You can add three weapons here.
28,100, 0,0, 0,0
Just change the other zeros as well.
For example. This is your current function.
pawn Код:
AddPlayerClassEx(0, 292, 1673.6190, -2122.3142, 14.1460, 296.6250, 0,0, 0,0, 0,0);
pawn Код:
AddPlayerClassEx(0, 292, 1673.6190, -2122.3142, 14.1460, 296.6250, 28,100, 0,0, 0,0);
Just change the other zeros as well.