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

Showing results 1 to 25 of 119
Search took 0.01 seconds.
Search: Posts Made By: echo_cs
Forum: Approved Plugins 02-25-2012, 14:51
Replies: 15
Views: 13,864
Posted By echo_cs
Re: HP damage sound bug fix

By By alliedmods I will Return One day

My Real age is 13

And I learned Pawn & C++ And Im Arabic And I have stady English 3 hear only
Forum: Approved Plugins 02-25-2012, 14:48
Replies: 15
Views: 13,864
Posted By echo_cs
Re: HP damage sound bug fix

Oook Xpaw

I Have A reply

The amxx is upproved for our life ?

No It's Unapproved, It's a games A bad Games
The players will be addicted and you olso

Go Out of your home And Play the...
Forum: Scripting Help 02-25-2012, 14:24
Replies: 9
Views: 1,389
Posted By echo_cs
Re: Loose identation problem

1 = Actived/enabled
0 = Desactived/Disabled

Whats the error in your script?

I can Help You
Forum: Scripting Help 02-25-2012, 13:55
Replies: 9
Views: 1,389
Posted By echo_cs
Re: Loose identation problem

This is very simple

set_user_noclip(id, 0); // Noclip 0
Forum: Scripting Help 02-25-2012, 13:04
Replies: 9
Views: 1,389
Posted By echo_cs
Re: Loose identation problem

Because You Writed (i) it's (id) this is why

if ( is_user_alive( id ) && cs_get_user_team( id ) == CS_TEAM_CT)
{
set_user_health( id, 50 );
...
Forum: Scripting Help 02-25-2012, 12:40
Replies: 9
Views: 1,389
Posted By echo_cs
Re: Loose identation problem

Not correct we must use


public menu_handler(id, menu, item)
{
// Menu Get Info News
new maxdata[64], maxnames[64], access, callback

// Menu Item Get Info
...
Forum: Suggestions / Requests 02-25-2012, 11:59
Replies: 2
Views: 844
Posted By echo_cs
Re: Why?

Thanks, to you tomorrow
Forum: Suggestions / Requests 02-25-2012, 06:10
Replies: 2
Views: 844
Posted By echo_cs
Why?

Why arkshine you Trash My plugin and you don't show the script it's trashed in speedly no comments ??

Plugins Links:
http://forums.alliedmods.net/showthread.php?t=178951...
Forum: Trash 02-23-2012, 13:10
Replies: 2
Views: 1,401
Posted By echo_cs
Re: Radio Bot V0.1

Thanks :D
Forum: Trash 02-23-2012, 13:03
Replies: 2
Views: 1,401
Posted By echo_cs
Radio Bot V0.1

Description:
The Sounds in this Dir sound/radio/bot/ Are Very good Radio Sounds We can Use It to create A Radio Bot Menu

Client Commands:
Display The menu
"say /bot"
"say /radiobot"...
Forum: Scripting Help 02-23-2012, 12:53
Replies: 13
Views: 2,124
Posted By echo_cs
Re: little help

This is Incorrect ?
Forum: Scripting Help 02-23-2012, 12:36
Replies: 13
Views: 2,124
Posted By echo_cs
Re: little help

This is an Example:

public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_srvcmd("sv_restartround 1", "HookRestartRound")
}

public HookRestartRound()
{
// Your Code...
Forum: Others 02-19-2012, 09:49
Replies: 1
Views: 1,685
Posted By echo_cs
السلام عليكم و رحمة الله وبركاته

أهلا
و شكرا E أي use أرجو منكم أن تعلموني كيف أصنع ليزر عند الضغط على الزر
Forum: Scripting Help 02-11-2012, 13:16
Replies: 8
Views: 2,431
Posted By echo_cs
Re: Please fix code

Im Sorry I don't Read all The script

stock bool:is_user_steam(id)
{
new authid[35];
get_user_authid(id, authid, sizeof authid - 1);
return contain(authid , ":") !=...
Forum: Scripting Help 02-11-2012, 13:12
Replies: 6
Views: 1,536
Posted By echo_cs
Re: [Help] Problem with loop

You Can Use This:

new const P_MODEL[] = "models/HBModels/zombiemodel.mdl"
new const P_NAME[] = "models/HBModels/zombiemodel.mdl"

#include <amxmodx>
#include <fun>
#include <cstrike>

new...
Forum: Scripting Help 02-11-2012, 12:56
Replies: 8
Views: 2,431
Posted By echo_cs
Re: Please fix code

Not Correct:
if(!is_user_steam(id))
{
return PLUGIN_HANDLED;
}

This is The Correct:
new SteamID[50]
new Steam = get_user_authid(id, SteamID, 49)
Forum: Scripting Help 02-11-2012, 12:46
Replies: 6
Views: 1,536
Posted By echo_cs
Re: [Help] Problem with loop

Dont Use This

new const zombiemodel[] = "models/HBModels/zombiemodel.mdl"


This is The full Fixed Script:

#include <amxmodx>
#include <fun>
#include <cstrike>
Forum: Trash 02-08-2012, 14:19
Replies: 0
Views: 624
Posted By echo_cs
Moving Player Menu V1.0.0

Description:
this is a very good future for AmxModx
You can mouve the Player with a menu and he Go to your origin

Future:
You can Move the player With keywords and control he's mouse by your...
Forum: Trash 02-08-2012, 14:13
Replies: 0
Views: 596
Posted By echo_cs
Move Player Menu V1.0.0

Description:
this is a very good future for AmxModx
You can mouve the Player with a menu and he Go to your origin

Future:
You can Move the player With keywords and control he's mouse by...
Forum: Scripting Help 02-08-2012, 13:55
Replies: 18
Views: 2,760
Posted By echo_cs
Re: How to hold a hudmessage?

"a" - Don't return dead players
"b" - Don't return alive players
"c" - Skip bots
"d" - Skip real players
"e" - Match with passed team
"f" - Match with part of name
"g" - Ignore case...
Forum: Scripting Help 02-08-2012, 13:52
Replies: 18
Views: 2,760
Posted By echo_cs
Re: How to hold a hudmessage?

Use the %s
show_hudmessage(id, "Players currently playing: ^nTerrorists: %s ^nCT's: %s", TCount, CTCount)
Forum: Scripting Help 02-08-2012, 05:06
Replies: 6
Views: 1,081
Posted By echo_cs
Forum: New Plugin Submissions 02-06-2012, 13:04
Replies: 35
Views: 22,640
Posted By echo_cs
Forum: Trash 02-04-2012, 06:20
Replies: 0
Views: 654
Posted By echo_cs
New forum for all Junior Memeber Go

New Forum

[B]Website:

Register And Learn Creating Plugins AmxModX

Find Help in forum scripting help

Create New Plugins in New Plugin Submissions
Forum: New Plugin Submissions 02-04-2012, 05:48
Replies: 103
Views: 43,565
Posted By echo_cs
Re: CS Rally 3.0 by mabaclu

the players can Download it ?
Showing results 1 to 25 of 119

 
Forum Jump

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


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