JailMod by SoldaT24 
16 comments Wee! finally b.0.1.1.6 came! now i made a jailmod!
It makes terrorist prisoner skin that everybody can see!
you need to put gfx/jailmod/prisoner.bmp to your map if you want others can see prisoner skin! so. there is only skin thing. nothing else.
If somebody says this is someone other's lua: I USED THE GLOW SAMPLE TO MAKE THIS!
It makes terrorist prisoner skin that everybody can see!
you need to put gfx/jailmod/prisoner.bmp to your map if you want others can see prisoner skin! so. there is only skin thing. nothing else.

If somebody says this is someone other's lua: I USED THE GLOW SAMPLE TO MAKE THIS!

Comments
16 comments



Log in!
You need to log in to be able to write comments!Log in
For all people! this is free use to servers, maps, and other uploads! but please ask me before it. plz

not bad for first script (when its ur first script).
P.S: DeXteR want say: Good, can i use it for my map?
P.S: DeXteR want say: Good, can i use it for my map?
lol is it all?
and you called it JailMod ?
There is only PrisonerSkin
1 for script + 1 for skin, so == 2
and you called it JailMod ?
There is only PrisonerSkin
1 for script + 1 for skin, so == 2
This is simple
You only need to write
to simple sorry
You only need to write
Code:
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("spawn","prisoner")
function prisoner(id)
if (player(id,"team") == 1) then
id1=image("gfx/jailmod/prisoner.bmp",1,1,200+id)
elseif (player(id,"team") == 2) then
freeimage(id)
end
end
function prisoner(id)
if (player(id,"team") == 1) then
id1=image("gfx/jailmod/prisoner.bmp",1,1,200+id)
elseif (player(id,"team") == 2) then
freeimage(id)
end
end
to simple sorry



