Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 462
Search took 0.01 seconds.
Search: Posts Made By: Obada
Forum: Scripting Help 06-23-2015, 04:06
Replies: 8
Views: 2,407
Posted By Obada
Re: [ZPA] How to make this hud message ?

You can use AMX Studio.

It has Hud Message generator.
Forum: Scripting Help 05-25-2015, 11:12
Replies: 5
Views: 956
Posted By Obada
Re: About top15

You can check Played Time Extended code.

It uses nVault_util to get top15 players from an nVault file.

Here: https://forums.alliedmods.net/showthread.php?t=201869
Forum: Suggestions / Requests 05-05-2015, 22:47
Replies: 7
Views: 5,559
Posted By Obada
Re: FREE vip for all players how ?

I didn't say that? I said when installing a plugin, you only need to restart the server for the new plugin to work.
Forum: Suggestions / Requests 05-05-2015, 22:45
Replies: 5
Views: 1,252
Posted By Obada
Re: ball entity

I think you need to do the same thing for FwdTouch()
Forum: Plugin/Gameplay Ideas and Requests 05-05-2015, 22:38
Replies: 5
Views: 1,101
Posted By Obada
Re: Req good SM coder!

If you want to have a coder in your server, you need to post more information about the plugin you need to make.

Also this is AMX ModX section, you might want to post this request in the Sourcemod...
Forum: Suggestions / Requests 05-04-2015, 08:26
Replies: 7
Views: 5,559
Posted By Obada
Re: FREE vip for all players how ?

There is no any cvar you need to change after installing any plugin.

Just after you install a plugin, you will need to restart/change map the server for the new installed plugin to work.
Forum: Scripting Help 05-02-2015, 08:55
Replies: 2
Views: 687
Posted By Obada
Re: Debug

1- public HamSpawnPost( id )
{
cs_set_user_money( id, Money[id] )

---->

public HamSpawnPost( id )
{
if( !is_user_alive(id))
return PLUGIN_HANDLED
Forum: Suggestions / Requests 05-02-2015, 08:43
Replies: 2
Views: 608
Posted By Obada
Re: Need Help With Plugin Error

Or atleast attach zp50_class_zombie_climb.sma
Forum: Suggestions / Requests 05-02-2015, 08:40
Replies: 12
Views: 1,652
Posted By Obada
Re: Need a Plugin urgent :(

No offense but why do you always repeat things that members have already said.

Mordekay has already mentioned your point, so no need to repeat it.
Forum: Suggestions / Requests 04-28-2015, 07:32
Replies: 15
Views: 5,578
Posted By Obada
Forum: Scripting Help 04-26-2015, 08:55
Replies: 20
Views: 2,608
Posted By Obada
Re: a lot of question [ Must See lol ]

My bad, I edited the link.
Forum: Scripting Help 04-26-2015, 07:34
Replies: 20
Views: 2,608
Posted By Obada
Re: a lot of question [ Must See lol ]

Answer 7: http://www.cplusplus.com/reference/cstdio/printf/

Not all of them are for AMX ModX
Forum: Suggestions / Requests 04-26-2015, 07:22
Replies: 15
Views: 5,578
Posted By Obada
Re: [REQ] (CS1.6) Play a sound when a grenade kill is made

public plugin_precache()
{
precache_sound("misc/grenadekill.wav")
}

You should have your .wav sound file name to grenadekill.wav, not granada.wav.
Forum: Suggestions / Requests 04-25-2015, 03:43
Replies: 15
Views: 5,578
Posted By Obada
Re: [REQ] (CS1.6) Play a sound when a grenade kill is made

Well yea, if you want to play a sound file in your server, it should be downloaded by the clients.
Forum: Suggestions / Requests 04-24-2015, 06:58
Replies: 11
Views: 1,679
Posted By Obada
Re: knife round modification

People are more unlikely to help someone who's constantly bumping his/her thread, which is against the rules in this forums.

Just wait until the right guy helps you.
Forum: Suggestions / Requests 04-24-2015, 02:19
Replies: 11
Views: 1,679
Posted By Obada
Forum: General 04-23-2015, 09:25
Replies: 9
Views: 3,293
Posted By Obada
Re: AMXX] Unexpected fatal logging error PLease help.

Then post in Zombie Plague section.
Forum: Suggestions / Requests 04-23-2015, 06:24
Replies: 7
Views: 1,523
Posted By Obada
Re: sniper vs nemesis mode

You're not allowed to post .amxx files.
Forum: Suggestions / Requests 04-23-2015, 06:22
Replies: 18
Views: 3,928
Posted By Obada
Re: Hs and knife kill

Ye, stupid mistake..
Forum: Suggestions / Requests 04-23-2015, 05:27
Replies: 18
Views: 3,928
Posted By Obada
Re: Hs and knife kill

Did you not read the code? It said change the .wav to your filename.wav.

Also don't forget to add this before public plugin_init

public plugin_precache()
{
...
Forum: Scripting Help 04-22-2015, 09:11
Replies: 14
Views: 2,412
Posted By Obada
Re: [Help] Autojoin customization.

Then why did you ask how to do it?
Forum: Suggestions / Requests 04-22-2015, 09:07
Replies: 13
Views: 2,579
Posted By Obada
Forum: General 04-22-2015, 08:58
Replies: 23
Views: 5,248
Posted By Obada
Re: Need to ban a Hacker But cant

Slowhacking is not supported here.
Forum: Suggestions / Requests 04-22-2015, 08:47
Replies: 18
Views: 3,928
Posted By Obada
Re: Hs and knife kill

if(is_user_alive(attacker) && wpnid == CSW_KNIFE && cvar_knifekill)
set_user_health(attacker, get_user_health(attacker) + 25)
}

-->

if(is_user_alive(attacker) && wpnid == CSW_KNIFE...
Forum: Suggestions / Requests 04-22-2015, 08:44
Replies: 13
Views: 1,967
Posted By Obada
Re: [HELP] Native

Because you're breaking the rules, and I don't want this thread to be closed, I just wanted to inform you.
Showing results 1 to 25 of 462

 
Forum Jump

All times are GMT -4. The time now is 02:09.


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