Posts: 14
Threads: 13
Joined: May 2009
Reputation:
0
I just created a new server and its the default game mode, lvdm 1. However when I choose a character its always a desert eagle as a weapon, I want to add and change some weapons. Please Help. And do I have to change the weapons for character one by one? Please tell me step by step for the scripting, I'm New to scripting.
Posts: 1,148
Threads: 19
Joined: Jan 2007
Reputation:
0
You can find weapon Ids on the Wiki
Wiki.sa-mp.com
And script resources
In LVDM the last 6 things which are 0,0,24,500,-1,-1
The first one is the weapon and second the ammo
So if you wanted to keep the desert eagle but add for example a M4
It would look like
31,500,24,500,-1,-1
You can change the -1's to weapon and ammo aswell.
So
M4, Deagle and SMG would look like
31,500,24,500,29,500