Forum

> > CS2D > Scripts > View USGN on shoot
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch View USGN on shoot

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt View USGN on shoot

Jhony
User Off Offline

Zitieren
When I shoot
and Catch on the Player
with the weapon "deagle"
shows the "USGN"
sorry for english


exemple

I Shoot in "player" with deagle

displayed hudtxt2

1
"..player(id,"name").." USGN is : bla bla bla

help me please

alt Re: View USGN on shoot

EngiN33R
Moderator Off Offline

Zitieren
1
2
3
4
5
6
addhook("hit","showusonhit")
function showusonhit(id,src,w)
	if w==3 then
		msg2(src,player(id,"name").."'s USGN ID is "..player(id,"usgn"))
	end
end
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht