Me Need The Lua...
5 replies



14.11.10 10:16:44 pm
Me Need The Lua For Lock Teams
Me Need Fast Plz
Sorry For My Bad English
Im From Argentina

Me Need Fast Plz
Sorry For My Bad English

yeah he refer to tha blaytiz... @agente-455 i can help u with ur english i talk spanish too, Pm me..
explain EXACTLY what lua you want... then we'll help you
for nobody let join CT or T
for nobody let join CT or T
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CT = 2
T = 1
NotTeam = CT -- put here CT or T , the team you want not to be joined in
addhook([[team]],[[teams]])
function teams(id,team)
if team == NotTeam then
if NotTeam == 2 then
parse([[maket ]]..id)
return 1
else
parse([[makect ]]..id)
return 1
end
end
end
T = 1
NotTeam = CT -- put here CT or T , the team you want not to be joined in
addhook([[team]],[[teams]])
function teams(id,team)
if team == NotTeam then
if NotTeam == 2 then
parse([[maket ]]..id)
return 1
else
parse([[makect ]]..id)
return 1
end
end
end



