Felipe Ramos
Active member
- Joined
- Mar 15, 2014
- Messages
- 33
- Reaction score
- 0
Hey folks,
I wanna know if there is any list or where i can find the names of the weapons to put on the Model.Load and Actor.GiveWeaponAndAmmo :somuchwin:
I wanna know if there is any list or where i can find the names of the weapons to put on the Model.Load and Actor.GiveWeaponAndAmmo :somuchwin:
Code:
SAMP.IsCommandTyped(0@)
Model.Load(#TEC9)
Model.Load(#DESERT_EAGLE)
Model.Load(#SNIPER)
Model.Load(#M4)
Model.Load(#KNIFECUR)
Model.Load(#ROCKETLA)
038B: load_requested_models
048F: actor $PLAYER_ACTOR remove_weapons
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, Tec9, 250)
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, DesertEagle, 350)
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, SniperRifle, 250)
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, M4, 450)
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, Knife, 1)
Actor.GiveWeaponAndAmmo($PLAYER_ACTOR, RPG, 2)