Open menu by command
30 replies Two things:
1. I just can't look at broken tabs.
2. I always prefer to use one table for all player ranks because it's simpler in use:
Actually everything depends on what you really want to achieve with ranks like these. Just saying how to use it simpler without many tables.
1. I just can't look at broken tabs.
Code:
1
2
3
4
5
6
7
8
9
10
11
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
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:
Actually everything depends on what you really want to achieve with ranks like these. Just saying how to use it simpler without many tables.
Trust me, I'm an engineer |
DC approved
Super extra mod for CS2D (64), yeah!




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.
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..
when you enter to admin duty, you cannot die, when type again you able to die..
Code:
adminduty_god(pl,id)
edited 1×, last 07.01.14 09:45:59 am
Banned for Hacking/Cheating in CS2D /DC
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.
I code, therefore I exist. | Visit my blog for Lua tips and other interesting info