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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Eagle07
Forum: Zombie Plague Mod 06-12-2015, 07:25
Replies: 5
Views: 1,257
Posted By Eagle07
Re: Need your Help Guys

DProto Detected!

Remove Dproto
Forum: Suggestions / Requests 05-08-2015, 16:37
Replies: 6
Views: 1,049
Posted By Eagle07
Re: Nick Words

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "EaGle"
Forum: Off-Topic 05-02-2015, 15:58
Replies: 13
Views: 1,840
Posted By Eagle07
Re: [PHP] Small Help :)

then tell me what i do ^^ ( & already i said i'm noob in php :grrr: )
Forum: Off-Topic 05-02-2015, 15:44
Replies: 13
Views: 1,840
Posted By Eagle07
Re: [PHP] Small Help :)

so can you do it ?
Forum: Off-Topic 05-02-2015, 07:34
Replies: 13
Views: 1,840
Posted By Eagle07
Re: [PHP] Small Help :)

Character strings are stored in arrays, array is variables that hold many cells/values . Between i dont know why do you said to me that ...
What i mean , is its complicated to read the script and...
Forum: Off-Topic 05-01-2015, 07:53
Replies: 13
Views: 1,840
Posted By Eagle07
Re: [PHP] Small Help :)

Thanks but its seems complicated . Please stay with my code .
Forum: Off-Topic 05-01-2015, 05:49
Replies: 13
Views: 1,840
Posted By Eagle07
Re: [PHP] Small Help :)

Do it by yourself please , and put the script ( im noob in php )
Forum: Off-Topic 04-30-2015, 19:07
Replies: 13
Views: 1,840
Posted By Eagle07
[PHP] Small Help :)

Hey guys , so basiclly im trying to do a program based on Web get & post php , but my skills in php is not good as well . So i have this Query php (https://github.com/vimishor/GoldSource-Server-Info)...
Forum: Suggestions / Requests 02-21-2015, 12:56
Replies: 9
Views: 1,531
Posted By Eagle07
Re: [REQ] block chat plugin

try
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "EaGle"
Forum: Suggestions / Requests 02-21-2015, 11:22
Replies: 11
Views: 2,874
Posted By Eagle07
Forum: Suggestions / Requests 02-19-2015, 14:44
Replies: 2
Views: 535
Posted By Eagle07
Re: No zombie plague in the code

try
#include <amxmodx>
#include <amxmisc>
#include <dhudmessage>
#include <cstrike>

#define PLUGIN "Zombie Addon : HUD Stats "
#define VERSION "1.0"
#define AUTHOR "KiA"
Forum: Suggestions / Requests 02-19-2015, 14:36
Replies: 3
Views: 887
Posted By Eagle07
Re: [HELP] Problem with Ultimate End Round Sounds [Mp3 Sound Support]

or compile it in amxmodx webcompiler (https://www.amxmodx.org/webcompiler.cgi)
Forum: Suggestions / Requests 02-19-2015, 14:25
Replies: 4
Views: 1,121
Posted By Eagle07
Re: Block LAN & Same IPs

#include <amxmodx>

public plugin_init()
{
register_plugin("Block LAN", "1", "EaGle");

}
public client_connect(id)
{
new Players[32], iNum, szIP1[16], szIP2[16], iPlayer;
Forum: Suggestions / Requests 02-18-2015, 17:28
Replies: 4
Views: 1,920
Posted By Eagle07
Re: [REQ] Block AWP Buy

remove ; before
;restmenu.amxx in plugins.ini
and go to your server and write amx_restmenu in consol you will see menu ! in this menu you can block any weapon for buy
--edit:
and you can only add...
Forum: Suggestions / Requests 02-09-2015, 13:34
Replies: 4
Views: 689
Posted By Eagle07
Re: [REQ] Headshot Map Info

Sorry !
Updated try now
Forum: Suggestions / Requests 02-08-2015, 17:48
Replies: 4
Views: 689
Posted By Eagle07
Re: [REQ] Headshot Map Info

try
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <ColorChat>

#define PLUGIN "New Plugin"
#define AUTHOR "Unknown"
#define VERSION ...
Forum: Code Snippets/Tutorials 02-07-2015, 16:46
Replies: 118
Views: 80,805
Posted By Eagle07
Re: [Tut] MySql - Save/Load/Usefull Things (Xp Mod)

try

#include <amxmodx>
#include <amxmisc>
#include <colorchat>
#include <csstats>
#include <csx>
#include <sqlx>

#define PLUGIN "Rank System"
Forum: Suggestions / Requests 02-07-2015, 16:29
Replies: 15
Views: 2,628
Posted By Eagle07
Re: [Req] Disconnect Team Ct/T

try
#include <amxmodx>
#include <amxmisc>
#include <cstrike>

#define PLUGIN "Disconnect T&CT"
#define VERSION "1.0"
#define AUTHOR "Stu-E"
new g_iMaxPlayers;
public plugin_init(){
Forum: Suggestions / Requests 02-07-2015, 09:17
Replies: 5
Views: 1,628
Posted By Eagle07
Re: [REQ]Join Country Plugin

but i search and i find it in 3 sec x)
learn how to search (https://forums.alliedmods.net/showthread.php?t=236561)
Forum: Suggestions / Requests 02-07-2015, 09:07
Replies: 5
Views: 1,628
Posted By Eagle07
Re: [REQ]Join Country Plugin

why you don't use Search (https://forums.alliedmods.net/search.php) ?
Forum: Suggestions / Requests 02-05-2015, 16:21
Replies: 15
Views: 1,531
Posted By Eagle07
Re: Allow Chat (say) Only For Registered Players (Z flag)

try
#include <amxmodx>
#include <amxmisc>

new g_NameUnBlocked[100][64], gnum

public plugin_init()
{
register_plugin("Allow or Not ?" , "1.0" , "Freezo")
Forum: Suggestions / Requests 02-05-2015, 16:03
Replies: 12
Views: 1,941
Posted By Eagle07
Re: request disarm

++

and you can use ctrl + i for fix it if you are using AMXX-Studio
Forum: Suggestions / Requests 02-05-2015, 07:19
Replies: 3
Views: 942
Posted By Eagle07
Re: [HELP] Problem with Round Money plugin

First You Forget register_cvar....
And You need to change

to

for give money in start of round

--
#include <amxmodx>
#include <amxmisc>
Forum: Suggestions / Requests 01-23-2015, 06:10
Replies: 4
Views: 909
Posted By Eagle07
Re: [Help] Add new option to the menu

public Showrod(id)
{
new key = MENU_KEY_0|MENU_KEY_1|MENU_KEY_2|MENU_KEY_3
show_menu(id, key, "Guns Menu ^n\w1. Get \y Shield\w+\r[X2 FireNades] ^n\w2. Get \yAwp \r[X2 damage] ^n\w3. Get...
Forum: Suggestions / Requests 01-21-2015, 07:05
Replies: 10
Views: 2,594
Posted By Eagle07
Re: problem overflow

No STEAM = No SUPPORt :twisted:
Showing results 1 to 25 of 500

 
Forum Jump

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


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