Forum

> > CS2D > Scripts > Need Help With,Team based lua
Forums overviewCS2D overview Scripts overviewLog in to reply

English Need Help With,Team based lua

6 replies
To the start Previous 1 Next To the start

old Re: Need Help With,Team based lua

EngiN33R
Moderator Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
addhook("team","asd")
function asd(id,t)
	if (t==1) then
		msg(player(id,"name").." has joined T!")
	elseif (t==2) then
		msg(player(id,"name").." has joined CT!")
	else
		msg(player(id,"name").." has joined Spectators!")
	end
end
Team-based Lua.

old lol danny?

Dovahkin
User Off Offline

Quote
what you mean?lol you know im a bit shy here?

old -_-

Dovahkin
User Off Offline

Quote
im learning a lua! and Close Thread



Thanks EngiN33R
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview