Forum

> > CS2D > General > F2,3,4
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch F2,3,4

4 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt F2,3,4

Assassin Prince
User Off Offline

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

alt Re: F2,3,4

Chingy
User Off Offline

Zitieren
They are also called serveraction buttons as I know.

alt Re: F2,3,4

Jynxxx
User Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht