Forum

> > CS2D > Scripts > skin admin
Forums overviewCS2D overview Scripts overviewLog in to reply

English skin admin

8 replies
To the start Previous 1 Next To the start

old skin admin

albachersont
User Off Offline

Quote
hello! I want to give me an example script admin cs2d
the skin for admin .......
admin to have another skin as the CS1.6 .....
to cs 1.6 admin has different skins for other players
I want some answers

old Comment

buraxia3
User Off Offline

Quote
Why you guys don't understand those peoples
He wants a lua which is gives special skin to admins.

old Re: skin admin

Anti-Grav
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
Admins = {ID1,ID2,All Admin IDs}
addhook("join","checkplayer")
function checkplayer(id)
     for _, usgn in ipairs(Admins) do
          if player(id,"usgn")==usgn then
               skin=image("gfx/admin.bmp",1,0,200+id)
		admin.bmp is the player skin (best: 32x32px)
          end
     end
end

old Re: skin admin

TheBigBoSs1992
User Off Offline

Quote
user albachersont has written
hello! I want to give me an example script admin cs2d
the skin for admin .......
admin to have another skin as the CS1.6 .....
to cs 1.6 admin has different skins for other players
I want some answers

hey needs LiNkS

old Comment

buraxia3
User Off Offline

Quote
Can't you see script, moron?
edited 1×, last 08.09.11 01:45:35 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview