Forum

> > CS2D > Scripts > I Need Script Menu Weapon.
Forums overviewCS2D overview Scripts overviewLog in to reply

English I Need Script Menu Weapon.

24 replies
Page
To the start Previous 1 2 Next To the start

moved I Need Script Menu Weapon.

you pro
BANNED Off Offline

Quote
Hi All
I need script
menu weapon
Name Weapon :
Weapon 1 : P228
Weapon 2 : Deagie
Weapon 3 : M3
Weapon 4 : XM1014
Weapon 5 : M4A1
Weapon 6 : SG552
Weapon 7 : AWB
Weapon 8 : Tactical Shield
-------------------------------
Note : Menu Weapon F2
Play : Cs2D
edited 3×, last 04.07.15 12:39:57 am

Admin/mod comment

This is obviously CS2D related. Moved /user Rainoth

old Re: I Need Script Menu Weapon.

Rainoth
Moderator Off Offline

Quote
I'm afraid you'll have to learn scripting yourself then. There's a difference between trying & failing and just saying "make it for me". If you do the latter, big chances people will respond in a similar manner.

old Re: I Need Script Menu Weapon.

THEMUD
User Off Offline

Quote
I could do it, everyone could too. But I had some laziness to do so.
Therefore, I have just typed 'weapons' on the file archive. And I found this:
@file File does not exist (14335)

old Re: I Need Script Menu Weapon.

you pro
BANNED Off Offline

Quote
thanks man
but i need weapon
Weapon 1 : P228
Weapon 2 : Deagie
Weapon 3 : M3
Weapon 4 : XM1014
Weapon 5 : M4A1
Weapon 6 : SG552
Weapon 7 : AWB
Weapon 8 : Tactical Shield
no armor and item
ok
but thanks pro

old Re: I Need Script Menu Weapon.

you pro
BANNED Off Offline

Quote
Sorry :user Yunuu
i need weapon
Weapon 1 : P228
Weapon 2 : Deagie
Weapon 3 : M3
Weapon 4 : XM1014
Weapon 5 : M4A1
Weapon 6 : SG552
Weapon 7 : AWB
Weapon 8 : Tactical Shield
No All
Sorry

old Re: I Need Script Menu Weapon.

Yunuu
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
addhook("serveraction","yu")
function yu(id,act)
if act == 1 then 
menu(id,"Weapons,P228,Deagie,M3,XM1014,M4A1,SG552,AWP,Tactical Shield")
end
end

addhook("menu","yunu")
function yunu(id,title,button)
if title == "Weapons" then
if button == 1 then
parse("equip "..id.."  4")
elseif button == 2 then
parse("equip "..id.."  3")
elseif button == 3 then
parse("equip "..id.."  10")
elseif button == 4 then
parse("equip "..id.."  11")
elseif button == 5 then
parse("equip "..id.."  32")
elseif button == 6 then
parse("equip "..id.."  31")
elseif button == 7 then
parse("equip "..id.."  36")
elseif button == 8 then
parse("equip "..id.."  41")
end 
end
end
Here i can't test it im in phone
edited 1×, last 04.07.15 06:10:26 am
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview