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

[ES] Quien sabe como se llama?


  
 
 
Thread Tools Display Modes
Author Message
peludo
BANNED
Join Date: Oct 2009
Old 05-30-2010 , 00:17   [ES] Quien sabe como se llama?
#1

Es 1 plugin que cuando tiras la arma osea la dropeas o la tiras a los 3 seg desaparece si alguien no la hagarra!
peludo is offline
Exc3ll@N
Veteran Member
Join Date: Oct 2009
Location: Donde me lleve el viento
Old 05-30-2010 , 00:18   Re: [ES] Quien sabe como se llama?
#2

private plugin (?)
Exc3ll@N is offline
Send a message via MSN to Exc3ll@N
joropito
AlliedModders Donor
Join Date: Mar 2009
Location: pfnAddToFullPack
Old 05-30-2010 , 00:30   Re: [ES] Quien sabe como se llama?
#3

http://forums.alliedmods.net/showthread.php?p=202171

http://forums.alliedmods.net/showthread.php?t=49323
__________________

Divide et vinces
approved plugins | steam account

I don't accept PM for support. Just ask on forums.
If you're looking for private work, PM me.
joropito is offline
Send a message via MSN to joropito
peludo
BANNED
Join Date: Oct 2009
Old 05-30-2010 , 09:30   Re: [ES] Quien sabe como se llama?
#4

1 pregunta xq me tira error aca
PHP Code:
dllfunc(DLLFunc_Thinkent

Last edited by peludo; 05-30-2010 at 09:38.
peludo is offline
LittleBody
BANNED
Join Date: Apr 2010
Old 05-30-2010 , 09:50   Re: [ES] Quien sabe como se llama?
#5

fijate...

http://forums.alliedmods.net/showthread.php?t=122361
LittleBody is offline
peludo
BANNED
Join Date: Oct 2009
Old 05-30-2010 , 10:27   Re: [ES] Quien sabe como se llama?
#6

Quote:
Originally Posted by LittleBody View Post
tira muchisimos errores en logs
peludo is offline
XCristiaNX
Veteran Member
Join Date: Dec 2009
Old 06-02-2010 , 09:54   Re: [ES] Quien sabe como se llama?
#7

PHP Code:
cvar_removedropped register_cvar("zp_remove_dropped""1"
XCristiaNX is offline
nicolazo103
Veteran Member
Join Date: Jan 2009
Location: I have no fu*** idea
Old 06-02-2010 , 11:53   Re: [ES] Quien sabe como se llama?
#8

No especifico Zombie Plague
El plugin de VEN compila sin problema para mi, ¿donde y que error te tira?
__________________
Why do they send babies to fight me? -Heavy

nicolazo103 is offline
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 06-02-2010 , 16:06   Re: [ES] Quien sabe como se llama?
#9

Por que la hacen tan complicada?

Code:
#include <amxmodx> #include <engine> #include <hamsandwich> #define PLUGIN  "Remove Drop" #define AUTHOR  "Alucard" #define VERSION "0.0.1" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR);     RegisterHam(Ham_Spawn, "weaponbox", "HookRemoveDrop", 1); } public HookRemoveDrop(ent) {     remove_entity(ent);     return HAM_SUPERCEDE; }

Si queres que le agregue tiempo, avisa.
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...

Last edited by Alucard^; 06-02-2010 at 23:42.
Alucard^ is offline
Send a message via Skype™ to Alucard^
Kiske
Veteran Member
Join Date: May 2009
Old 06-02-2010 , 19:16   Re: [ES] Quien sabe como se llama?
#10

Quote:
Originally Posted by XCristiaNX View Post
PHP Code:
cvar_removedropped register_cvar("zp_remove_dropped""1"
Tenes un problema con el ZP, que piensas que este subforo es dedicado al ZP ?.
O solo te apuras en responder para dar la respuesta "correcta".
__________________

Kiske is offline
Send a message via Skype™ to Kiske
 



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 14:34.


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