Forum

> > CS2D > General > pic covering players except 1
Forums overviewCS2D overviewGeneral overviewLog in to reply

English pic covering players except 1

6 replies
To the start Previous 1 Next To the start

old pic covering players except 1

EnderCrypt
User Off Offline

Quote
sry for the long title
i have used image before in lua, however this time i want the picture to be under a certain player, but over everyone else (including entries,walls)
yeah, and under the hud

is this possible?

thanks

old Re: pic covering players except 1

EngiN33R
Moderator Off Offline

Quote
Slow answer is slow

If you want the image to be drawn under the player 1 but over players 2-32 then do this:

1
2
3
4
image("path",1,0,101)
for id=2,32 do
image("path",1,0,200+id)
end

It'll solve your problem.

old Re: pic covering players except 1

DannyDeth
User Off Offline

Quote
@White Shark:
"sry" has nothing to do with grammar and everything to do with abbreviation. He wasn't speaking in a 'slangish way' either, his English just isn't so great. Slang would be more like:
Retarded American rapper + his friend has written
Yo, brava, you comin' ova my house on sataduy? 'Coz I got like tree ounces sittin' in my drawers.
Ain't no taing, brava! Imma bring my bong, we gonna be tokin' all night long!
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview