Forum

> > CS2D > Scripts > I Need Script Menu Weapon.
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch I Need Script Menu Weapon.

24 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

verschoben I Need Script Menu Weapon.

you pro
BANNED Off Offline

Zitieren
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
3× editiert, zuletzt 04.07.15 00:39:57

Admin/Mod Kommentar

This is obviously CS2D related. Moved /user Rainoth

alt Re: I Need Script Menu Weapon.

Rainoth
Moderator Off Offline

Zitieren
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.

alt Re: I Need Script Menu Weapon.

THEMUD
User Off Offline

Zitieren
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 Datei existiert nicht (14335)

alt Re: I Need Script Menu Weapon.

you pro
BANNED Off Offline

Zitieren
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

alt Re: I Need Script Menu Weapon.

you pro
BANNED Off Offline

Zitieren
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

alt Re: I Need Script Menu Weapon.

Yunuu
User Off Offline

Zitieren
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
1× editiert, zuletzt 04.07.15 06:10:26
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht