Forum

> > CS2D > Scripts > please how to be VIP in script zombie ?
Forums overviewCS2D overview Scripts overviewLog in to reply

English please how to be VIP in script zombie ?

6 replies
To the start Previous 1 Next To the start

old Re: please how to be VIP in script zombie ?

GeoB99
Moderator Off Offline

Quote
Please, be more explicit when you want to say something in the thread, otherwise we can't help you at all. Moreover, you didn't told what zombie script if you use the zombie plague script by user SQ or not.

If you use the zombie plague script by user SQ then I'm afraid to say you can't because you must put an admin script too that's have the VIP rank but this could lead to conflicts between two lua files because of their serveractions keys but they can be changed somehow.

And I repeat again, you must be explicit and proper when you write something, otherwise we can't solve your problem or such.

old This you mean?

Baloon
GAME BANNED Off Offline

Quote
I didn't try it so try yourself sorry!

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
function initArray(m)
	local array = {}
	for i = 1, m do
		array[i]=0
	end
	return array
end

vip=initArray(32)

filename = "sys/lua/???.lua"
dofile (filename)

addhook ("join","join_vip")
function join_vip(id)
	for i=1,#vipusgns do
		if player(id,"usgn")==vipusgns[i] then
			vip[id]=1
		end
	end
end

And insert this into your filename

1
vipusgn = {??????}

~cLoud / camPer / EndermanZ / ChiC'ken
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview