Forum

> > CS2D > Scripts > A VIP script
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch A VIP script

10 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt A VIP script

Surplus
User Off Offline

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

alt Re: A VIP script

RAVENOUS
BANNED Off Offline

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

alt Re: A VIP script

Rainoth
Moderator Off Offline

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

alt Re: A VIP script

DannyDeth
User Off Offline

Zitieren
MrShock hat geschrieben
@DannyDeth Search first before replying dude.

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

alt Re: A VIP script

Rainoth
Moderator Off Offline

Zitieren
PartyPooPer hat geschrieben
What should i put in "Likes pie..."? Name?


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

PartyPooPer(Dude):TEXT
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht