Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: LNATIC
Forum: Scripting Help 04-28-2015, 22:42
Replies: 6
Views: 1,537
Posted By LNATIC
Re: fake voice ...

u mean a real time voice changer? that is not possible, u need a external program to do that
Forum: Scripting Help 09-16-2014, 22:13
Replies: 14
Views: 3,207
Posted By LNATIC
Re: ZP class Hunter speed run

Try


#include <amxmodx>
#include <engine>
#include <zombieplague>
#include <fun>

// Zombie Attributes
new const zclass_name[] = "Hunter" // name
Forum: Scripting Help 07-24-2014, 15:14
Replies: 3
Views: 606
Posted By LNATIC
Re: Last player replace (on disconnect) without round end?

Oops haha I missed it, thanks for your answer and sorry :stupid:

EDIT: Thank you too Eagle07, your code works :D
Forum: Scripting Help 07-23-2014, 21:01
Replies: 3
Views: 606
Posted By LNATIC
Last player replace (on disconnect) without round end?

Hi all, as the title says.. how can I do this?

I have this code, but it does't work (the round ends anyway):

public client_disconnect(id) if(is_user_alive(id)) check_round(); // call check...
Forum: Code Snippets/Tutorials 07-09-2014, 22:40
Replies: 56
Views: 58,004
Posted By LNATIC
Re: Blocking weapon fire, including client-side sounds/animations

How I can block the fire-animation in a pistol, because if I hold down the attack button after making one shot, the animation continues, and bugged :(

Sorry for the bad English

EDIT: Solved, I...
Forum: Scripting Help 06-06-2014, 14:31
Replies: 2
Views: 495
Posted By LNATIC
Re: need some command

To make player entity transparent:

set_user_rendering(id, kRenderFxGlowShell, 0, 0, 0, kRenderTransAlpha, 100)

To remove it:

set_user_rendering(id, kRenderFxNone, 0,0,0, kRenderNormal, 255)...
Forum: Spanish 09-13-2013, 11:42
Replies: 14
Views: 4,309
Posted By LNATIC
Re: Quitar menu CHOOSE A CLASS

Esa fue mi solución cuando tenia exactamente ese problema, saludos. :bee:
Forum: Spanish 09-12-2013, 12:07
Replies: 14
Views: 4,309
Posted By LNATIC
Re: Quitar menu CHOOSE A CLASS

new msg_block
msg_block = get_msg_block( id )
set_msg_block( id, BLOCK_SET )
engclient_cmd( id, "jointeam", "5" )
engclient_cmd( id, "joinclass", "5" )
set_msg_block( id, msg_block )
Forum: Spanish 07-15-2013, 15:21
Replies: 5
Views: 1,030
Posted By LNATIC
Re: [ZP][Ayuda]mensajes automaticos

Lo malo es que como son .amxx estan encriptados y no podras saber que plugin es, pero como ese hud es de una pagina de Zombie Plague seguramente el plugin con ese hud es alguno de los que se llaman...
Forum: Spanish 07-15-2013, 15:10
Replies: 5
Views: 1,030
Posted By LNATIC
Re: [ZP][Ayuda]mensajes automaticos

Es algun plugin que esta utilizando un set_hudmessage para mostrar ese Hud de porqueria :B, en plugins.ini cuales son los plugins extras que estas usando?
Forum: Spanish 07-15-2013, 14:44
Replies: 0
Views: 394
Posted By LNATIC
Trash

:bacon!:
Forum: Spanish 09-02-2012, 01:05
Replies: 6
Views: 1,416
Posted By LNATIC
Re: [ZP][AYUDA] Problema con Zombie Apocalypse

Entonces quien lo hiso?? :?:
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT -4. The time now is 08:42.


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