Forum

> > CS2D > Scripts > need some code for my script
Forums overviewCS2D overview Scripts overviewLog in to reply

English need some code for my script

3 replies
To the start Previous 1 Next To the start

old need some code for my script

super123s
User Off Offline

Quote
hello!IMG:https://matcuoi.com/smilies/red_devil19.gif

this is my code
Spoiler >

with this code in the game I would have:

I make army rank mod
how to move the image [the face] in the picture into a certain position
it too hard for me
notes: face =
edited 1×, last 04.10.11 06:56:46 am

old Re: need some code for my script

DarkLight66
User Off Offline

Quote
i guess you want that image to be background of the lvl/exp, if you want that image to be on hud, you need to change the mode of the image:
1
id=image("gfx/haha1gach.bmp",0,0,132+id)
to
1
id=image("gfx/haha1gach.bmp",0,0,2) --mode 2=hud image
then change the two zero´s (0,0) to the X and Y screen cordinates

old Re: need some code for my script

super123s
User Off Offline

Quote
BUT I do not want to picture such
I want it to look like this:
Image shows a player's rank, I want to base it on the lvl / exp and images indicate the rank of other players should be to normalize(id=image("gfx/haha1gach.bmp",0,0,132+id))
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview