Raised This Month: $ Target: $400
 0% 

can't drop weapons


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
pingplug
Member
Join Date: Jul 2011
Old 08-02-2011 , 05:17   can't drop weapons
#1

Quote:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "weapondrop"
#define VERSION "1.0"
#define AUTHOR "pingplug"


new bool: drop_locked

public plugin_init()
{
register_clcmd("drop","drop",0,"")

register_logevent("round_start", 2, "0=World triggered", "1=Round_Start")
}

public round_start()
{
drop_locked = true
}

public drop(id)
{
if (drop_locked)
{
client_print(id, print_center, "Can't Drop Weapons")
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE
}
Attached Files
File Type: sma Get Plugin or Get Source (weapondrop.sma - 617 views - 803 Bytes)
__________________
Working on:
[AMXX] Scripting

Last edited by Arkshine; 08-02-2011 at 07:03.
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 08-02-2011 , 05:18   Re: weapon drop
#2

Dont post .axx and this is scripting help why you post in herE?
Doc-Holiday is offline
Hunter-Digital
Veteran Member
Join Date: Aug 2006
Location: In the Game [ro]
Old 08-02-2011 , 05:18   Re: weapon drop
#3

Do you realize that you're posting in the wrong section ?
__________________
Hunter-Digital is offline
pingplug
Member
Join Date: Jul 2011
Old 08-02-2011 , 05:20   Re: can't drop weapons
#4

I learn doctor
ok
what axx???
__________________
Working on:
[AMXX] Scripting
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 08-02-2011 , 05:20   Re: can't drop weapons
#5

Quote:
Originally Posted by pingplug View Post
I learn doctor
ok
what axx???
its amxx with out the m...
Doc-Holiday is offline
Hunter-Digital
Veteran Member
Join Date: Aug 2006
Location: In the Game [ro]
Old 08-02-2011 , 05:21   Re: can't drop weapons
#6

You're not allowed to upload .amxx files, upload only .sma and people can use "Get Plugin" to get .amxx file.

Still... you're making no sense.
__________________
Hunter-Digital is offline
pingplug
Member
Join Date: Jul 2011
Old 08-02-2011 , 05:22   Re: can't drop weapons
#7

حاضر
ok
__________________
Working on:
[AMXX] Scripting
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
pingplug
Member
Join Date: Jul 2011
Old 08-02-2011 , 05:24   Re: can't drop weapons
#8

learn my lang if you can
أهلا = hello
برمجة = scripting
__________________
Working on:
[AMXX] Scripting
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
pingplug
Member
Join Date: Jul 2011
Old 08-02-2011 , 05:25   Re: can't drop weapons
#9

اللغة العربية هي من أفضل اللغات إن كنت لا تعلم
Arabic is the language of the best that you do not know
__________________
Working on:
[AMXX] Scripting
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
pingplug
Member
Join Date: Jul 2011
Old 08-02-2011 , 05:26   Re: can't drop weapons
#10

ولكن ليس لدينا برامج للبرمجة بالعربية
But we do not have programs in Arabic programming
__________________
Working on:
[AMXX] Scripting
pingplug is offline
Send a message via Yahoo to pingplug Send a message via Skype™ to pingplug
Closed Thread


Thread Tools
Display Modes

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 03:20.


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