Forum

> > CS2D > Scripts > View USGN on shoot
Forums overviewCS2D overview Scripts overviewLog in to reply

English View USGN on shoot

2 replies
To the start Previous 1 Next To the start

old View USGN on shoot

Jhony
User Off Offline

Quote
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

old Re: View USGN on shoot

EngiN33R
Moderator Off Offline

Quote
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview