Files

> > CS2D > Lua Scripts > Weapon Detector By SnipeR95[TR] v1.2
Files overviewCS2D overviewLua Scripts overview

English Weapon Detector By SnipeR95[TR] v1.2 >

25 comments48 kb, 670 Downloads

old Weapon Detector By SnipeR95[TR] v1.2

SnipeR95
User Off Offline

Hi Everyone !

I made this lua for Jail,Role Play and other servers.

∗ Please Read Last Version.

>
INFO
:

Version 1.1 - > >


Version 1.2 - > >



Thanks For Downloading
edited 4×, last 01.07.13 11:39:01 am
Approved by Seekay

Download Download

48 kb, 670 Downloads

Comments

25 comments
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

old

LoaderFRA
User Off Offline

Amazing script in jail
@user alexbarb:
[1] = {x = 7, Tiles X detector (tiles X in your map)
          y = 4, Tiles Y detector (tiles Y in u map)
          storeX = 9, drop guns detector (tiles X in u map)
           storeY = 4, drop guns detecor (Tiles Y in u map)
If this can help you
I like it!

old How?

alexbarb
User Off Offline

How do I put a detector in my map Please help!
I like it!

old

Sparty
Reviewer Off Offline

Well good job mon, Heres my gunja and like
I like it!

old

Antomir_PL
User Off Offline

So if I would like ONLY to detect if prisioner has got weapons or not, I could delete "DetectAndDrop(id,x,y,dropx,dropy)" part? And what should I add if I want scanner to play 2 sounds, if prisioner is armed- alarm, if not- anything else? I'm newbie in LUA

old

SmokeeWeeD
User Off Offline

omg, this is a really good scrip man, for jail maps!
I like it!

old

lucaSWAT
User Off Offline

Good. 4/5

My version
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
myx = 0
myy = 0

addhook("movetile","movetile_hook")
function movetile_hook(player_id,player_x,player_y)
if entity(player_x,player_y,"typename")=="Trigger_Move" and entity(player_x,player_y,"name")=="wp_detect" then
for _,iid in ipairs(playerweapons(player_id)) do
if iid == 50 then
-- nambi
else
parse("spawnitem "..iid.." "..myx.." "..myy)
parse("strip "..player_id.." "..iid)
msg2(player_id,"\169255255255"..player(player_id,"name").." have weapons.")
return 1
end
end
end
end
My version is noob
I like it!

old

TrueDevion
User Off Offline

oh yeah i forgot that one
I like it!

old

Gajos
BANNED Off Offline

Oh, nice idea and images
I like it!

old

Dovahkin
User Off Offline

Oh well. Another script for role play. :L

old

BcY
Reviewer Off Offline

original..good job!
I like it!

old

SnipeR95
User Off Offline

@user TrueDevion: The sounds already in the .zip file.

sfx/

Maybe you forget open the sound

old

TrueDevion
User Off Offline

Yo SnipeR95

can u add some sounds when u go through the gate ?
some alert sounds will be great
I like it!

old

SnipeR95
User Off Offline

New Version !!!

old

LucasL
COMMUNITY BANNED Off Offline

COOL.

•
ADDED
- Detect weapons (NEW!)
I like it!

old

borstch_ok
User Off Offline

good script
I like it!

old

Xirot
User Off Offline

Seriously , it's usefull for the safe zones.
I like it!

old

bamg
User Off Offline

its a cool script!
I like it!

old

Xirot
User Off Offline

Nice one.
I like it!
edited 1×, last 30.06.13 03:10:55 pm
To the start Previous 1 2 Next To the start