English Laser Pointer (Update 2) icon

39 comments
27.11.10 06:25:54 am
like 21 like it!
12 kb, 1,426 Downloads
archmage
User
Offline Off
This will create a laser pointer. It has wall detection (so the laser stops at walls) and an option for player detection (lags if several players). To enable it set ALLOW_TO_CHECK_PLAYER_POINTER_COLLISION to true.

Changes:
• use F4 to activate/deactivate the pointer
• "laser end" suggested by KingRhody90
• slightly faster
• Fixed the lag (it will only lag with man players using a laser)
• the pointers no longer stop at obstacles
• now it can optionally stop at players

important
read the readme for installation instructions.
imageimageimageimageimage
edited 7×, last 07.11.11 02:12:10 am
ok This file has been reviewed and approved by DC (28.12.15 01:54:49 pm)

Comments

39 comments
Goto Page
To the start Previous 1 2 Next To the start

Log in!

You need to log in to be able to write comments!Log in
10.12.17 10:32:15 am
Up
LUCI
User
Offline Off
Crash when press F4
28.12.15 12:31:42 am
like I like it!
Up
FaZe_Fabian_MLG
BANNED
Offline Off
its time to quickscope some players!
05.07.13 08:37:48 pm
like I like it!
Up
Isaac42
User
Offline Off
Good update!
04.07.13 07:09:00 pm
Up
Vestas
User
Offline Off
what do I do with the flare_fb and the plot file?
25.06.13 02:04:33 pm
like I like it!
Up
dragon13
User
Offline Off
Nice its good
22.06.13 01:20:54 pm
like I like it!
Up
BATTLEKOT
User
Offline Off
ou yeah!
21.06.13 09:57:37 pm
like I like it!
Up
Jeferes
User
Offline Off
Nice Laser Update!
02.06.12 06:28:34 am
Up
SkullzOrig
User
Offline Off
Download 601
20.03.12 03:40:22 pm
like I like it!
Up
MikuAuahDark
User
Offline Off
i test at blank map and what happend? LAG + Not responding
19.01.12 12:35:08 pm
like I like it!
Up
Sniper_x
User
Offline Off
COOL . The game , now like a real cs . But make lag and CS2D is Not Responding!!
edited 1×, last 19.01.12 03:02:55 pm
19.01.12 10:29:33 am
like I like it!
Up
tom282f3
User
Offline Off
This makes my server lags. LOL. BAD.
02.01.12 02:15:35 pm
like I like it!
Up
ERROR_LT
User
Offline Off
@user Obviously Exactly Myself: Thx too bad we cant vote to ban him
02.01.12 10:45:50 am
like I like it!
Up
Script is awesome.

@user Omega Zero: I agree with ERROR_LT, you're an idiot.
02.01.12 10:32:35 am
like I like it!
Up
Alistaire
User
Offline Off
Lemme make you one which you can put on/off with comments --

----

change

Code:
1
addhook("serveraction", "action")


with

Code:
1
addhook("say", "saycommands")


and change

Code:
1
2
3
4
5
function action(id, a)
     if ( a == 3 ) then
          lsr_pntr_on[id] = not lsr_pntr_on[id]
     end
end


with

Code:
1
2
3
4
5
6
7
8
9
10
function saycommands(id,message)
     if message:sub(1,6)=="!laser" then
          if message:sub(8,9)=="on" then
               lsr_pntr_on[id] = true
          elseif message:sub(8,10)=="off" then
               lsr_pntr_on[id] = false
          end
     return 1;
     end
end


to make it turn on/off with saycommands
edited 3×, last 02.01.12 10:55:52 am
02.01.12 08:43:59 am
like I like it!
Up
ERROR_LT
User
Offline Off
@user Omega Zero ,, I am not noob, you then. ,, <- Awesome combat you little Dork + if you dont know how to make it on/off by saying some kind of a command then stop saying that other people scripts are bad ! At least they make scripts than just say : This Script is bad BOO! So like I said Get a Life kid...
01.01.12 04:35:08 pm
Up
Omega Zero
User
Offline Off
@user tom282f3: but i don't know how?
01.01.12 11:53:00 am
like I like it!
Up
tom282f3
User
Offline Off
OMG: The best laser i can find!!!
@Omega Zero: Change it is achievable through lua editing.
01.01.12 08:12:44 am
Up
Omega Zero
User
Offline Off
@user ERROR_LT: I am not noob, you then.
@user archmage: can make it to activate the laser and de-activate the laser by using commands, please?
30.12.11 07:24:59 pm
like I like it!
Up
Mirash
User
Offline Off
Wow. Good execution of code! I'm impressed.
30.12.11 05:50:03 pm
like I like it!
Up
ERROR_LT
User
Offline Off
good job with the update to turn it on by pressing f4 + dont listen to Omega Zero hes some kind of a noob (just saying ;D) that wants to make everything worse. because what happens if your in a middle in a fire fight? you would get killed faster then you would write : !pointer on . So other words awesome job
To the start Previous 1 2 Next To the start