Forum

> > CS2D > Mods > Tag Settings Bug (this only for my own script)
Forums overviewCS2D overview Mods overviewLog in to reply

English Tag Settings Bug (this only for my own script)

1 reply
To the start Previous 1 Next To the start

old Tag Settings Bug (this only for my own script)

DarkZBrine
User Off Offline

Quote
Hi guys im making my own admin script so everythings fine bu the tag settings menu is, Show Tag,Color Tag does't work but no errors so my problem is when i click show tag when i say something i don't see my tag and the Color tag is have another menu but does't load here the script is on the bottom

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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
----------------------
-- DZB Admin Script --
----------------------
admin = {2577}

addhook("serveraction","dzb_admin1")
function dzb_admin1(id)
	if player(id,"usgn")==admin then
		menu(id,"DZB Admin Menu v.10b,Server Settings,Bot Menu,Set Ranks,Chat Settings,Tag Setttings,God Mode | Disabled,Kick Player,Ban Player,Hats")
	end
end

addhook("serveraction","dzb_mod1")
function dzb_mod1(id)
	if player(id,"usgn")==mod then
		menu(id,"DZB Mod Menu v.10b,Bot Menu,Set Ranks,Chat Settings,Tag Settings,Kick Player,Ban Player,Hats")
	end
end

addhook("serveraction","dzb_smod1")
function dzb_smod1(id)
	if player(id,"usgn")==smod then
		menu(id,"DZB S-Mod Menu V.10b,Bot Menu,Set Ranks,Chat Settings,Tag Settings,God Mode | Disabled,Kick Player,Ban Player, Hats")
	end
end

addhook("serveraction","dzb_vip1")
function dzb_vip1(id)
	if player(id,"usgn")==vip then
		menu(id,"DZB Vip Menu v.10b,Bot Menu,Chat Settings,Tag Settings,Hats")
	end
end

addhook("serveraction","dzb_suser")
function dzb_suser(id)
	if player(id,"usgn")==suser then
		menu(id,"DZB S-User Menu v.10b,Hats,Chat Settings,Tag Settings")
	end
end

addhook("serveraction","dzb_user")
function dzb_user(id)
	if player(id,"usgn") then
		menu(id,"DZB User Menu v.10b,Hats,Tag Settings,About | DarkZBrine")
	end
end

addhook("menu","dzb_admin2")
function dzb_admin2(id,title,b)
	if title == "DZB Admin Menu v.10b,DZB S-Mod Menu V.10b" then
		if b == 1 then
			menu(id,"Server Settings,Frienly Fire | Off,No Reload | Off,Infammo | On,Flashlights | On")
		end
	end
end

addhook("menu","dzb_about")
function dzb_about(id,title,b)
	if title == "DZB User Menu v.10b" then
		if b == 3 then
		msg("©141092075DarkZBrine is a player that has a dream to unrealsoftware")
		msg("©141092075Enjoy playing have fun!!!!!")
		end
	end
end

addhook("menu","dzb_hat")
function dzb_hat(id,title,b)
	if title == "DZB Admin Menu v.10b" then
		if b == 9 then
			menu(id,"Hats Menu,Remove Hat,Angel,Baseball Cap,Devil,Fire Cap,Gandalf,Graduation,Homer,Next Page")
		end
	elseif title == "Hats Menu" then
		if b == 9 then
			menu(id,"Hats Menu 2,Mafia,Megaman,Monkey,Party Hat,Pikachu,Pirate,Pumpkin,Santa,Next Page")
		end
	elseif title == "Hats Menu 2" then
		if b == 9 then
			menu(id,"Hats Menu 3,Smiley,Snowman,Sonic,Spear,Toad,Umbrella_Ct,Umbrella_T,Wolf,Yoshi")
		end
	end
end

addhook("menu","dzb_hatm")
function dzb_hatm(id,title,b)
	if title == "DZB Mod Menu v.10b" then
		if b == 7 then
			menu(id,"Hats Menu,Remove Hat,Angel,Baseball Cap,Devil,Fire Cap,Gandalf,Graduation,Homer,Next Page")
		end
	elseif title == "Hats Menu" then
		if b == 9 then
			menu(id,"Hats Menu 2,Mafia,Megaman,Monkey,Party Hat,Pikachu,Pirate,Pumpkin,Santa,Next Page")
		end
	elseif title == "Hats Menu 2" then
		if b == 9 then
			menu(id,"Hats Menu 3,Smiley,Snowman,Sonic,Spear,Toad,Umbrella_Ct,Umbrella_T,Wolf,Yoshi")
		end
	end
end

addhook("menu","dzb_hatsm")
function dzb_hatsm(id,title,b)
	if title == "DZB S-Mod Menu v.10b" then
		if b == 8 then
			menu(id,"Hats Menu,Remove Hat,Angel,Baseball Cap,Devil,Fire Cap,Gandalf,Graduation,Homer,Next Page")
		end
	elseif title == "Hats Menu" then
		if b == 9 then
			menu(id,"Hats Menu 2,Mafia,Megaman,Monkey,Party Hat,Pikachu,Pirate,Pumpkin,Santa,Next Page")
		end
	elseif title == "Hats Menu 2" then
		if b == 9 then
			menu(id,"Hats Menu 3,Smiley,Snowman,Sonic,Spear,Toad,Umbrella_Ct,Umbrella_T,Wolf,Yoshi")
		end
	end
end

addhook("menu","dzb_hatv")
function dzb_hatv(id,title,b)
	if title == "DZB Vip Menu v.10b" then
		if b == 4 then
			menu(id,"Hats Menu,Remove Hat,Angel,Baseball Cap,Devil,Fire Cap,Gandalf,Graduation,Homer,Next Page")
		end
	elseif title == "Hats Menu" then
		if b == 9 then
			menu(id,"Hats Menu 2,Mafia,Megaman,Monkey,Party Hat,Pikachu,Pirate,Pumpkin,Santa,Next Page")
		end
	elseif title == "Hats Menu 2" then
		if b == 9 then
			menu(id,"Hats Menu 3,Smiley,Snowman,Sonic,Spear,Toad,Umbrella_Ct,Umbrella_T,Wolf,Yoshi")
		end
	end
end

addhook("menu","dzb_hatsu")
function dzb_hatsu(id,title,b)
	if title == "DZB S-User Menu v.10b" then
		if b == 1 then
			menu(id,"Hats Menu,Remove Hat,Angel,Baseball Cap,Devil,Fire Cap,Gandalf,Graduation,Homer,Next Page")
		end
	elseif title == "Hats Menu" then
		if b == 9 then
			menu(id,"Hats Menu 2,Mafia,Megaman,Monkey,Party Hat,Pikachu,Pirate,Pumpkin,Santa,Next Page")
		end
	elseif title == "Hats Menu 2" then
		if b == 9 then
			menu(id,"Hats Menu 3,Smiley,Snowman,Sonic,Spear,Toad,Umbrella_Ct,Umbrella_T,Wolf,Yoshi")
		end
	end
end

addhook("menu","dzb_hatu")
function dzb_hatu(id,title,b)
	if title == "DZB User Menu v.10b" then
		if b == 1 then
			menu(id,"Hats Menu,Remove Hat,Angel,Baseball Cap,Devil,Fire Cap,Gandalf,Graduation,Homer,Next Page")
		end
	elseif title == "Hats Menu" then
		if b == 9 then
			menu(id,"Hats Menu 2,Mafia,Megaman,Monkey,Party Hat,Pikachu,Pirate,Pumpkin,Santa,Next Page")
		end
	elseif title == "Hats Menu 2" then
		if b == 9 then
			menu(id,"Hats Menu 3,Smiley,Snowman,Sonic,Spear,Toad,Umbrella_Ct,Umbrella_T,Wolf,Yoshi")
		end
	end
end

addhook("menu","dzb_gfx")
function dzb_gfx(id,title,b)
	if title == "Hats Menu" then
		if b == 1 then
			freeimage(id)
			return hat
		end
		if b == 2 then
			freeimage(id)
			id=image("gfx/hats/angel.png",1,1,200+id)
		end
		if b == 3 then
			freeimage(id)
			id=image("gfx/hats/baseball.png",1,1,200+id)
		end
		if b == 4 then
			freeimage(id)
			id=image("gfx/hats/devil.png",1,1,200+id)
		end
		if b == 5 then
			freeimage(id)
			id=image("gfx/hats/fire.png",1,1,200+id)
		end
		if b == 6 then
			freeimage(id)
			id=image("gfx/hats/gandalf.png",1,1,200+id)
		end
		if b == 7 then
			freeimage(id)
			id=image("gfx/hats/graduation.png",1,1,200+id)
		end
		if b == 8 then
			freeimage(id)
			id=image("gfx/hats/Homer.png",1,1,200+id)
		end
	elseif title == "Hats Menu 2" then
		if b == 1 then
			freeimage(id)
			id=image("gfx/hats/mafia.png",1,1,200+id)
		end
		if b == 2 then
			freeimage(id)
			id=image("gfx/hats/megaman.png",1,1,200+id)
		end
		if b == 3 then
			freeimage(id)
			id=image("gfx/hats/monkey.png",1,1,200+id)
		end
		if b == 4 then
			freeimage(id)
			id=image("gfx/hats/party.png",1,1,200+id)
		end
		if b == 5 then
			freeimage(id)
			id=image("gfx/hats/pikachu.png",1,1,200+id)
		end
		if b == 6 then
			freeimage(id)
			id=image("gfx/hats/pirate.png",1,1,200+id)
		end
		if b == 7 then
			freeimage(id)
			id=image("gfx/hats/pumpkin.png",1,1,200+id)
		end
		if b == 8 then
			freeimage(id)
			id=image("gfx/hats/santa.png",1,1,200+id)
		end
	elseif title == "Hats Menu 3" then
		if b == 1 then
			freeimage(id)
			id=image("gfx/hats/smiley.png",1,1,200+id)
		end
		if b == 2 then
			freeimage(id)
			id=image("gfx/hats/snowman",1,1,200+id)
		end
		if b == 3 then
			freeimage(id)
			id=image("gfx/hats/sonic.png",1,1,200+id)
		end
		if b == 4 then
			freeimage(id)
			id=image("gfx/hats/spear.png",1,1,200+id)
		end
		if b == 5 then
			freeimage(id)
			id=image("gfx/hats/toad.png",1,1,200+id)
		end
		if b == 6 then
			freeimage(id)
			id=image("gfx/hats/umbrella_ct.png",1,1,200+id)
		end
		if b == 7 then
			freeimage(id)
			id=image("gfx/hats/umbrella_t.png",1,1,200+id)
		end
		if b == 8 then
			freeimage(id)
			id=image("gfx/hats/wolf.png",1,1,200+id)
		end
		if b == 9 then
			freeimage(id)
			id=image("gfx/hats/yoshi.png",1,1,200+id)
		end
	end
end

addhook("menu","dzb_tag")
function dzb_tag(id,title,b)
	if title == "DZB Admin Menu v.10b" then
		if b == 5 then
			menu(id,"Tag Settings,Show Tag,Color Tag")
		end
	elseif title == "DZB Mod Menu v.10b" then
		if b == 4 then
			menu(id,"Tag Settings,Show Tag,Color Tag")
		end
	elseif title == "DZB S-Mod Menu v.10b" then
		if b == 4 then
			menu(id,"Tag Settings,Show Tag,Color Tag")
		end
	elseif title == "DZB Vip Menu v.10b" then
		if b == 3 then
			menu(id,"Tag Settings,Show Tag,Color Tag")
		end
	elseif title == "DZB S-User Menu v.10b" then
		if b == 3 then
			menu(id,"Tag Settings,Show Tag,Color Tag")
		end
	elseif title == "DZB User Menu v.10b" then
		if b == 2 then
			menu(id,"Tag Settings,Show Tag,Color Tag")
		end
	end
end

addhook("menu","dzb_tag2")
function dzb_tag2(id,title,txt,b)
	if title == "Tag Settings" then
		if b == 1 then
			msg("©255255255"..player(id,"name").." [User]:"..txt)
		end
		if b == 2 then
			menu(id,"Color Tag,Red Tag,Blue Tag,Cyan Tag,Yellow Tag,Black Tag,Nothing")
		end
	end
end

addhook("menu","dzb_tag3")
function dzb_tag3(id,title,txt,b)
	if title == "Color Tag" then
		if b == 1 then
			msg("©255000000"..player(id,"name").." "..txt)
		end
		if b == 2 then
			msg("©000026253"..player(id,"name").." "..txt)
		end
		if b == 3 then
			msg("©005241254"..player(id,"name").." "..txt)
		end
		if b == 4 then
			msg("©241254005"..player(id,"name").." "..txt)
		end
		if b == 5 then
			msg("©000000000"..player(id,"name").." "..txt)
		end
	end
end

This only but if you find the bug pls help me , Thank you
edited 1×, last 01.11.14 07:54:21 am
To the start Previous 1 Next To the start
Log in to reply Mods overviewCS2D overviewForums overview