Forum

> > CS2D > Mods > About skins
Forums overviewCS2D overview Mods overviewLog in to reply

English About skins

8 replies
To the start Previous 1 Next To the start

old About skins

-AngelOfDeath-
User Off Offline

Quote
Hello, i wanted to ask question about skins, is it possible to make a skin that all players can see in server? I heard that is verry hard to make, is it true? I want to make a survival map with special skin that all players can see.. Thanks for answers

old Re: About skins

Banaan
User Off Offline

Quote
Factis please read what the lua info.txt says, it's there for a reason.
info.txt, line 539 has written
!!! ATTENTION: ALL images will be removed on each roundstart !!!


Of course it's possible, but only for those who can read.

old Re: About skins

0a
User Off Offline

Quote
May be possible, like Tibia mod items, you can use a player skin as a PNG file. But weapon will disappear and there will be not two handed image.

old Re: About skins

-AngelOfDeath-
User Off Offline

Quote
Thanks for answers. And one more question, is it possible to make lua that nobody can't join terorists?

old Re: About skins

Homam
User Off Offline

Quote
@PixelMaster:

1
2
3
4
5
6
7
8
addhook("team","bd_noterrorists")
function bd_noterrorists(id,t)
	if t==1 and not player(id,"bot") then -- This part let bots join t, if you don't want it, just put 'if t==1 then'.
		msg2(id,"©255000000No terrorists allowed!@C")
		parse("makect "..id)
		return 1
	end
end
Script by Factis699.
To the start Previous 1 Next To the start
Log in to reply Mods overviewCS2D overviewForums overview