Forum

> > CS2D > General > F2,3,4
Forums overviewCS2D overviewGeneral overviewLog in to reply

English F2,3,4

4 replies
To the start Previous 1 Next To the start

old F2,3,4

Assassin Prince
User Off Offline

Quote
How can I put my hat script on F buttons(F2 or F3....) in my server??
just help me out tnx

old Re: F2,3,4

Chingy
User Off Offline

Quote
They are also called serveraction buttons as I know.

old Re: F2,3,4

Jynxxx
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
addhook("serveraction","_action")
function _action(id,action)
	if action == 1 then -- F2
		-- Code Here
	elseif action == 2 then -- F3
		-- Code Here
	elseif action == 3 then -- F4
		-- Code Here
	end
end

I still got it.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview