Forum
CS2D Scripts Lua Scripts/Questions/Help Szkieletor has written
Works good, but sprite does not dissapear after a minute.
Okay try this.
How to make an image appears only for the "X" player?
gabpro has written
Hey,I again
How to make an image appears only for the "X" player?
How to make an image appears only for the "X" player?
Imposible
gabpro has written
Hey,I again
How to make an image appears only for the "X" player?
How to make an image appears only for the "X" player?
It is:
100+<Player ID> to draw image under that player
200+<Player ID> to draw image over that player
Dark Byte has written
It is:
100+<Player ID> to draw image under that player
200+<Player ID> to draw image over that player
gabpro has written
Hey,I again
How to make an image appears only for the "X" player?
How to make an image appears only for the "X" player?
It is:
100+<Player ID> to draw image under that player
200+<Player ID> to draw image over that player
It IS impossible, I think he meant to show the image only for one player, while for rest it will be invisible.
PS. Thanks for script!
Changelog.txt has written
Optional player param. for Lua images (only one player can see img)
@Intrusion: You have to read it all.
edited 1×, last 22.05.10 02:07:24 pm
- but wouldn't choose a player that had been chosen previously until the whole team has been 'chosen'?
i think this is possible, i'm not sure how to do it
Flacko has written
No, it's not impossible, stop talking bs.
Changelog.txt has written
Optional player param. for Lua images (only one player can see img)
And how you use that?
edited 1×, last 22.05.10 10:16:21 pm
Flacko has written
image("path",0,0,1,player)
WOW Flacko thank you !!
edited 1×, last 24.05.10 12:00:03 am
BTW: ip and usgn are nil
You have to declare them as locals in your functions like this:
1
2
2
local ip = player(id,"ip") local usgn = player(id,"usgn")
its all right when i run dedicated
but like if i enter on it is says it
function admj()
With this
function admj(p)
http://www.unrealsoftware.de/forum_posts.php?post=120848&start=4040#post182838