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

Showing results 1 to 25 of 46
Search took 0.01 seconds.
Search: Posts Made By: MyDooMJr
Forum: New Plugin Submissions 03-06-2011, 15:33
Replies: 455
Views: 353,165
Posted By MyDooMJr
Re: [CS|DoD|CZ] Team Semiclip 1.8.3 RC (all mods) [03-05-11]

Very good anti-block for Zombie Plague :D
Forum: Unapproved/Old Plugins 03-04-2011, 20:06
Replies: 6
Views: 3,605
Posted By MyDooMJr
Re: Rambo Mode 2.0 Beta

Thank you for reply "ANTICHRISTUS" next release we will be fixing all known issues and also apply that model you suggest, do not delete or edit the link please, we just need reports of bugs, if...
Forum: Unapproved/Old Plugins 03-04-2011, 14:24
Replies: 6
Views: 3,605
Posted By MyDooMJr
Rambo Mode 2.0 Beta

Hello,

I want to presents to all the Rambo Mode 2.0 Beta.

Regards

P.S :: Models coming soon.
Forum: Scripting Help 01-06-2011, 14:00
Replies: 44
Views: 6,521
Posted By MyDooMJr
Re: return amount of players in CT / T

Humm yes, there's a way to return the amount of players, but nice idea, i think i know how to make it , it's look simple , but i'm at firsts steps so you will wait like me for an AMXX #1337# Coder...
Forum: Scripting Help 01-05-2011, 17:15
Replies: 18
Views: 3,596
Posted By MyDooMJr
Re: .wav don't play :(

reinert also read a pm i sent to you :)

Regards
Forum: Scripting Help 01-05-2011, 16:53
Replies: 18
Views: 3,596
Posted By MyDooMJr
Re: .wav don't play :(

Hhaha, so how do you explain i type speak sound/confirmed0 and i hear the song ?

Regards.
Forum: Scripting Help 01-05-2011, 16:44
Replies: 18
Views: 3,596
Posted By MyDooMJr
Re: .wav don't play :(

just download an plugin which precaches sounds or models and u will know by reviewing the code :)

Regards
Forum: Scripting Help 01-05-2011, 16:42
Replies: 18
Views: 3,596
Posted By MyDooMJr
Re: .wav don't play :(

That isn't with me :)

Remove the IF thing.
Forum: Scripting Help 01-05-2011, 16:41
Replies: 2
Views: 971
Posted By MyDooMJr
Re: CAN ANYONE FIX THIS!

You have to use your amxmodx compiler and put colorchat.inc in the include file.

Regards,

"Download AMX on www.amxmodx.org" Than install it in a empty folder.. when finished go to the scripting...
Forum: Scripting Help 01-05-2011, 16:37
Replies: 18
Views: 3,596
Posted By MyDooMJr
Re: .wav don't play :(

speak sound/confirmed0

Works on me :)

But why emit_sound ?

If player downloaded the song why are u going to emit sound ?? i didn't understand... if u can simple write speak sound/confirmed0....
Forum: Scripting Help 01-05-2011, 16:32
Replies: 18
Views: 3,596
Posted By MyDooMJr
Re: .wav don't play :(

@reinert it have to work !! try on console speak that thing and u will see..
some trouble on ur code .
Forum: Scripting Help 01-05-2011, 16:26
Replies: 18
Views: 3,596
Posted By MyDooMJr
Re: .wav don't play :(

speak or spk are the same,

if file is .wav == You should follow these 2 lines.
if song is in a folder = client_cmd(id,"speak sound/folder/song.wav")
if song is in sound folder =...
Forum: Scripting Help 01-05-2011, 14:06
Replies: 14
Views: 2,805
Posted By MyDooMJr
Re: exec hud msg and sound via cmd

U need include <amxmodx>.

for all this works...
Forum: Scripting Help 01-05-2011, 14:02
Replies: 22
Views: 4,317
Posted By MyDooMJr
Re: +speed

public client_putinserver(id)
{
client_cmd(id,"cl_forwardspeed 800")
.........
}

Hope that works or use an set_task to go other function which will run the commands on player.

or use public...
Forum: Scripting Help 01-05-2011, 13:55
Replies: 14
Views: 2,805
Posted By MyDooMJr
Re: exec hud msg and sound via cmd

[Automatic Hello :]


public client_putinserver(id)
{
set_task(5.0, "welcome", id)
}
public welcome(id)
{
if(is_user_connected(id))
Forum: Scripting Help 01-05-2011, 13:28
Replies: 22
Views: 4,317
Posted By MyDooMJr
Re: +speed

client connected or putinserver(id)
{
client_cmd(id,"cl_forwardspeed 800")
client_cmd(id,"cl_sidespeed 800")
client_cmd(id,"cl_backspeed 800")
}

Try it for auto execute on every...
Forum: Scripting Help 01-05-2011, 13:21
Replies: 1
Views: 1,019
Posted By MyDooMJr
Re: Bomb transfer

You can remove the bomb and than give_item.

Regards
Forum: Scripting Help 01-05-2011, 13:16
Replies: 14
Views: 2,805
Posted By MyDooMJr
Re: exec hud msg and sound via cmd

Plugin you want to run :

register_clcmd("something","goFuNCtion")
register_clcmd("blackstats","goFuNCtion")

Plugin which do u want call the "First one" :

client_cmd(id,"something")
or...
Forum: Scripting Help 01-05-2011, 13:12
Replies: 14
Views: 2,805
Posted By MyDooMJr
Re: exec hud msg and sound via cmd

Well there are two ways :

client_cmd(id,"speak hello") which will just use CS SOUNDS "http://www.adminmod.org/help/online/Admin_Mod_Reference/Half_Life_Sounds.htm" A list of all sounds default of...
Forum: Scripting Help 01-05-2011, 12:33
Replies: 5
Views: 1,128
Posted By MyDooMJr
Re: Rank does not work with my plugin

Well im learning how to code amxx,
and im not sure , but i think u have to save that in vault something for there u have to :$
Forum: Scripting Help 01-05-2011, 09:42
Replies: 11
Views: 2,545
Posted By MyDooMJr
Re: What means that error?

Just one thing are u using #include <fun> ??
Forum: Scripting Help 01-05-2011, 09:36
Replies: 5
Views: 4,516
Posted By MyDooMJr
Re: menu destroy

Humm,

First : If you don't want the menu to be displayed for TEAM_CT, you may add that code on menu function :

Example :

public tonda(id)
{

new menu =...
Forum: Scripting Help 01-02-2011, 15:18
Replies: 4
Views: 1,066
Posted By MyDooMJr
Forum: Scripting Help 01-02-2011, 11:51
Replies: 4
Views: 1,066
Posted By MyDooMJr
Re: How can i have 2 Pages on my menu ?

Ok thank you for the answer, i checked and im still learning AMXX Coding :'(

I still waiting for others want to reply here for help too :)

Thank you
Forum: Scripting Help 01-02-2011, 10:47
Replies: 4
Views: 1,066
Posted By MyDooMJr
How can i have 2 Pages on my menu ?

Hey guys,

I have an question and i hope it can be fixed :)

I want to add Next and Back Function

#include <amxmodx>
#include <amxmisc>

public plugin_init()
Showing results 1 to 25 of 46

 
Forum Jump

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


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