Forum

> > CS2D > Scripts > How to block a option?
Forums overviewCS2D overview Scripts overviewLog in to reply

English How to block a option?

4 replies
To the start Previous 1 Next To the start

old How to block a option?

if
User Off Offline

Quote
How can I make 1 person chose an option and after that no one else can?
e.g
if sel == 1 then
     parse("equip "..id.." "..45)
end

I only want one person to get the laser.How can I do it?

I'm sorry for the horrible English.

old Re: How to block a option?

Kel9290
User Off Offline

Quote
1
2
3
4
5
6
u = 0

if sel==1 and u==0 then
	parse("equip "..id.." 45")
	u=1
end
?
edited 1×, last 20.08.11 09:28:46 am

old Re: How to block a option?

PeterToman
COMMUNITY BANNED Off Offline

Quote
http://unrealsoftware.de/forum_posts.php?post=228906#jn

Flacko has written
2- Ask kindly to try again: If somebody tried to help you but his solution didn't work, you should tell him whatever you think that went wrong and ask him kindly if he can help you with that. If you dare to say just "doesn't work" you might not get any further help from this guy, because he's helping you, not working for you.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview