Raised This Month: $ Target: $400
 0% 

Laser/TripMine Entity


Post New Thread Reply   
 
Thread Tools Display Modes
quLeryuzz
Member
Join Date: May 2010
Location: Istanbul
Old 01-24-2011 , 11:29   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #491

Hello. This add on I just want to establish CT team. But somehow I can not.

Merhaba . Ben bu eklentide sadece CT takımının kurmasını istiyorum . Ama bir türlü yapamıyorum.
quLeryuzz is offline
makebycs
New Member
Join Date: Jan 2011
Old 01-27-2011 , 18:31   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #492

Hello all
how to make so that their team could not kill your Laser.
makebycs is offline
TAssadar
Junior Member
Join Date: Jun 2011
Location: Chongqing,China
Old 06-12-2011 , 05:12   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #493

Thank you for your plugins.It's so GREAT! I have found the similar one through Chinese webside. I got nothing but a plugin with many bugs...
I made a small change in your source fileonly for technical communication)

before:
formatex(ammo, 50, "%s %i/%i",STR_STATE, g_havemine[id],get_pcvar_num(g_LAMMO)) (line 1231)

the tripmine's ammo will always be shown in the middle of the screen, not very good for shooting

changed:
client_print(id, print_center, "%s %i/%i",STR_STATE, g_havemine[id],get_pcvar_num(g_LAMMO))

the ammo will be shown only in several seconds,better for aiming.
TAssadar is offline
NotGoodNamesLeft
Junior Member
Join Date: May 2011
Old 06-29-2011 , 03:20   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #494

How to buy lasermine with money?
NotGoodNamesLeft is offline
Dolph_Ziggler
BANNED
Join Date: Jun 2011
Old 06-29-2011 , 08:52   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #495

say /buy_lasermine and bind "F2" "buy_lasermine"
Dolph_Ziggler is offline
Send a message via MSN to Dolph_Ziggler
firstride
Member
Join Date: Jun 2011
Old 07-02-2011 , 05:05   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #496

How can i change the model of the laser ? where and what i have to edit.Please help
Sry for my english
firstride is offline
Dolph_Ziggler
BANNED
Join Date: Jun 2011
Old 07-02-2011 , 05:25   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #497

Quote:
Originally Posted by firstride View Post
How can i change the model of the laser ? where and what i have to edit.Please help
Sry for my english
Open you source file and find this
HTML Code:
};

new const
	ENT_MODELS[]	= "models/v_tripmine.mdl",
	ENT_SOUND1[]	= "weapons/mine_deploy.wav",
	ENT_SOUND2[]	= "weapons/mine_charge.wav",
	ENT_SOUND3[]	= "weapons/mine_activate.wav",
	ENT_SOUND4[]	= "debris/beamstart9.wav",
	ENT_SOUND5[]	= "items/gunpickup2.wav",
	ENT_SOUND6[]	= "debris/bustglass1.wav",
	ENT_SOUND7[]	= "debris/bustglass2.wav",
	ENT_SPRITE1[] 	= "sprites/laserbeam.spr",
	ENT_SPRITE2[] 	= "sprites/zerogxplode.spr";
and change ENT_MODELS[] to your own model
Dolph_Ziggler is offline
Send a message via MSN to Dolph_Ziggler
SkuLL_Gun
Junior Member
Join Date: Oct 2008
Location: Serbia
Old 07-15-2011 , 06:52   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #498

I have Biohazard server,

How to make that laser kill players through the wall
__________________
contact email.
[email protected]
private biohazard mod
private hide'n'seek mod + blockmarker
private surf_ski_2 only mod
private Super Hero mod 100 levels 80 heroes.
SkuLL_Gun is offline
Send a message via MSN to SkuLL_Gun Send a message via Skype™ to SkuLL_Gun
xpx94
New Member
Join Date: Jul 2011
Old 07-31-2011 , 20:53   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #499

I have a HNS server and I want to translate into Spanish the plugins but when I compile I get this error

HTML Code:
//// lasermine_023.sma
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(123) : error 037: invalid string (possibly non-terminated st
ring)
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(128) : error 010: invalid function or declaration
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(130) : error 010: invalid function or declaration
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(519) : error 017: undefined symbol "STR_NOACCESS"
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(519) : error 088: number of arguments does not match definit
ion
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(532) : error 017: undefined symbol "STR_CBT"
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(532) : error 088: number of arguments does not match definit
ion
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(547) : error 017: undefined symbol "STR_CANTBUY"
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(547) : error 088: number of arguments does not match definit
ion
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(552) : error 017: undefined symbol "STR_HAVEMAX"
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(552) : error 088: number of arguments does not match definit
ion
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(557) : error 017: undefined symbol "STR_NOMONEY"
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(557) : error 017: undefined symbol "STR_NEEDED"
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(557) : error 029: invalid expression, assumed zero
// C:\Archivos de programa\Valve2\Escondidas Mod\cstrike\addons\amxmodx\scriptin
g\lasermine_023.sma(557) : fatal error 107: too many error messages on one line
//
// Compilation aborted.
// 15 Errors.
// Could not locate output file compiled\lasermine_023.amx (compile failed).
//
// Compilation Time: 0,92 sec
// ----------------------------------------
need HELP! plz
xpx94 is offline
Old 08-12-2011, 18:35
deadman909
This message has been deleted by deadman909. Reason: Seems like HL already has these files. Not Sure where though
Dontcampy
Junior Member
Join Date: Sep 2010
Old 08-17-2011 , 02:09   Re: Laser/TripMine Entity v2.3 (19.07.2008)
Reply With Quote #500

i cant use "lasermine_023" for my biohazard server,it always uses Laser/Tripmine Entity ,not LTM for BIOHAZARD.Zombies can use Laser too!
sorry for my bad English
Dontcampy is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:35.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode