Dateien

> > CS2D > Lua Scripts > Weapon Detector By SnipeR95[TR] v1.2
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

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

25 Kommentare48 kb, 670 Downloads

alt 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
4× editiert, zuletzt 01.07.13 11:39:01
Zugelassen von Seekay

Download Download

48 kb, 670 Downloads

Kommentare

25 Kommentare
Seite
Zum Anfang Vorherige 1 2 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

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
Ich mag es!

alt How?

alexbarb
User Off Offline

How do I put a detector in my map Please help!
Ich mag es!

alt

Sparty
Reviewer Off Offline

Well good job mon, Heres my gunja and like
Ich mag es!

alt

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

alt

SmokeeWeeD
User Off Offline

omg, this is a really good scrip man, for jail maps!
Ich mag es!

alt

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
Ich mag es!

alt

TrueDevion
User Off Offline

oh yeah i forgot that one
Ich mag es!

alt

Gajos
BANNED Off Offline

Oh, nice idea and images
Ich mag es!

alt

Dovahkin
User Off Offline

Oh well. Another script for role play. :L

alt

BcY
Reviewer Spielt CS2D

original..good job!
Ich mag es!

alt

SnipeR95
User Off Offline

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

sfx/

Maybe you forget open the sound

alt

TrueDevion
User Off Offline

Yo SnipeR95

can u add some sounds when u go through the gate ?
some alert sounds will be great
Ich mag es!

alt

SnipeR95
User Off Offline

New Version !!!

alt

LucasL
COMMUNITY BANNED Off Offline

COOL.

•
ADDED
- Detect weapons (NEW!)
Ich mag es!

alt

borstch_ok
User Off Offline

good script
Ich mag es!

alt

Xirot
User Off Offline

Seriously , it's usefull for the safe zones.
Ich mag es!

alt

bamg
User Off Offline

its a cool script!
Ich mag es!

alt

pbeloto
User Off Offline

no bad 2.5/5
Ich mag es!

alt

Xirot
User Off Offline

Nice one.
Ich mag es!
1× editiert, zuletzt 30.06.13 15:10:55
Zum Anfang Vorherige 1 2 Nächste Zum Anfang