Forum

> > CS2D > Scripts > Open menu by command
Forums overviewCS2D overview Scripts overviewLog in to reply

English Open menu by command

30 replies
Page
To the start Previous 1 2 Next To the start

old Re: Open menu by command

Avo
User Off Offline

Quote
Two things:
1. I just can't look at broken tabs.
1
2
3
4
5
6
7
8
9
10
11
function check_me(id,team)
	local USGN_id = player(id,"usgn")
    if (team==2) then
        if table.contains(USGN.r8,USGN_id) then
			return 0
		else
			parse("maket "..id);
			return 1
        end
	end
end
2. I always prefer to use one table for all player ranks because it's simpler in use:
More >
Actually everything depends on what you really want to achieve with ranks like these. Just saying how to use it simpler without many tables.

old Re: Open menu by command

Rainoth
Moderator Off Offline

Quote
user Marcell has written
i will not make public the whole code... sorry.. i dont want


Thought you'd say that. Dear, I hope it's not an admin script.
Anyways, send it privately to those who can help (not to me tho). Good luck, I hope you solve your problem.

old Re: Open menu by command

Marcell
Super User Off Offline

Quote
Solved but now i trying to create an "admin" script
when you enter to admin duty, you cannot die, when type again you able to die..

Spoiler >

old Re: Open menu by command

Mora
User Off Offline

Quote
uhuhu
Spoiler >

old Re: Open menu by command

EngiN33R
Moderator Off Offline

Quote
Okay, can you repeat what you want clearly? I've tried reading the two pages of this thread and all I saw was a whole lot of incoherent English and badly tabbed and written code. I'll help you just because I want to see this thread stop blinking.
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview