Forum

> > CS2D > Scripts > Open menu by command
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Open menu by command

30 Antworten
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

alt Re: Open menu by command

Avo
User Off Offline

Zitieren
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:
Mehr >
Actually everything depends on what you really want to achieve with ranks like these. Just saying how to use it simpler without many tables.

alt Re: Open menu by command

Rainoth
Moderator Off Offline

Zitieren
user Marcell hat geschrieben
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.

alt Re: Open menu by command

Marcell
Super User Off Offline

Zitieren
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 >

alt Re: Open menu by command

Mora
User Spielt CS2D

Zitieren
uhuhu
Spoiler >

alt Re: Open menu by command

EngiN33R
Moderator Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 2 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht