Forum

> > CS2D > Scripts > A VIP script
Forums overviewCS2D overview Scripts overviewLog in to reply

English A VIP script

10 replies
To the start Previous 1 Next To the start

old A VIP script

Surplus
User Off Offline

Quote
The script should have

•usids
•Vips text is green
•Vips can kick. Exept if the player is CT(rp_ct=true or team = 2 [Try to use both Both].

old Re: A VIP script

RAVENOUS
BANNED Off Offline

Quote
Well, no one will make you that because you'll need to save in files who's VIP, who's not etc. Wasn't there a "blocker" who made something like that? Review that script.

old Re: A VIP script

Rainoth
Moderator Off Offline

Quote
http://unrealsoftware.de/files_show.php?file=2907
There shuld be "Kick"

and in lua help thread. Blazzing(BlazingEyed) once made members lua.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Colors = { green = "000255000", red = "255000000", blue = "000000255", yellow = "255255000",brown = "153119061",orange = " 217067000"}
AdminTable = { Rank = {} }

addhook("say","AdminSay")
function NewAdmin(USGN,COLOR,RANK)
     AdminTable[USGN] = { C = COLOR, R = RANK}
     local A = AdminTable[USGN]
end

function AdminSay(P,T)
     local A = AdminTable[player(P,"usgn")]
     if A then
          msg("©"..Colors[string.lower( A.C )]..player(P,"name").." ("..string.upper( A.R ).."): "..T)
          return(1)
     end
     return(0)
end

NewAdmin(15476,"Red","Likes Pie...")

I hope this helps you much...

old Re: A VIP script

DannyDeth
User Off Offline

Quote
MrShock has written
@DannyDeth Search first before replying dude.

Wtf? I told him to use the search function and now you are mocking me? Lol.

old Re: A VIP script

Rainoth
Moderator Off Offline

Quote
PartyPooPer has written
What should i put in "Likes pie..."? Name?


Yup. If you replace it with "Dude" it will write

PartyPooPer(Dude):TEXT
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview