Forum

> > CS2D > Scripts > Teleport by smoke granade
Forums overviewCS2D overview Scripts overviewLog in to reply

English Teleport by smoke granade

6 replies
To the start Previous 1 Next To the start

old Teleport by smoke granade

Precel97
User Off Offline

Quote
Hi everyone! My friend need script...
Example :When Throwing smoke granade then teleport to smoke...
I don't know how to do this...
Pls help

old Re: Teleport by smoke granade

MrShock
User Off Offline

Quote
Yates has written
This has done in many scripts, you could search, then copy and paste.


Only if he gonna put name of the creator in credits if he plan to make any mod.

old Re: Teleport by smoke granade

BrahOrkah
BANNED Off Offline

Quote
1
2
3
4
5
6
7
8
--projectile(id,weapon,x,y)

addhook("projectile","h_projectile")
function h_projectile(id,weapon,x,y)
	if weapon == 53 then
		parse('setpos '..id..' '..x..' '..y)
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview