AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   can't drop weapons (https://forums.alliedmods.net/showthread.php?t=163673)

pingplug 08-02-2011 05:17

can't drop weapons
 
1 Attachment(s)
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
}

Doc-Holiday 08-02-2011 05:18

Re: weapon drop
 
Dont post .axx and this is scripting help why you post in herE?

Hunter-Digital 08-02-2011 05:18

Re: weapon drop
 
Do you realize that you're posting in the wrong section ?

pingplug 08-02-2011 05:20

Re: can't drop weapons
 
I learn doctor
ok
what axx???

Doc-Holiday 08-02-2011 05:20

Re: can't drop weapons
 
Quote:

Originally Posted by pingplug (Post 1523956)
I learn doctor
ok
what axx???

its amxx with out the m...

Hunter-Digital 08-02-2011 05:21

Re: can't drop weapons
 
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.

pingplug 08-02-2011 05:22

Re: can't drop weapons
 
حاضر
ok

pingplug 08-02-2011 05:24

Re: can't drop weapons
 
learn my lang if you can
أهلا = hello
برمجة = scripting

pingplug 08-02-2011 05:25

Re: can't drop weapons
 
اللغة العربية هي من أفضل اللغات إن كنت لا تعلم
Arabic is the language of the best that you do not know

pingplug 08-02-2011 05:26

Re: can't drop weapons
 
ولكن ليس لدينا برامج للبرمجة بالعربية
But we do not have programs in Arabic programming


All times are GMT -4. The time now is 03:20.

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