Forum

> > CS2D > Scripts > Request Lua
Forums overviewCS2D overview Scripts overviewLog in to reply

English Request Lua

2 replies
To the start Previous 1 Next To the start

old Re: Request Lua

Navy Seal
User Off Offline

Quote
user CS2DTurkiye has written
Hello CS2D Players, Will a yearning from you, tell me. Everyone entering the game will be CS2D, T Will someone after 10 seconds.


TRANSLATION:
Hello everybody.
Could someone tell me how to make a script, which forces players to join TT side after 10 seconds.

old Re: Request Lua

MikuAuahDark
User Off Offline

Quote
1
2
3
4
addhook("join","joint")
function joint(id)
	timer(10000,"parse","maket "..id,1)
end
a player will go to Terorist in a 10 second when he join(enter server)
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview