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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: woooow
Forum: Scripting Help 06-04-2017, 03:08
Replies: 18
Views: 2,838
Posted By woooow
Re: Print_chat to specs only?

lol this too big info for my small mind :mrgreen:
in this way i will never learn amxx :crab:

but at least i still trying :wink:

Thanks‬‏
Forum: Scripting Help 06-04-2017, 01:44
Replies: 18
Views: 2,838
Posted By woooow
Re: Print_chat to specs only?

actually my code will work without any problems lol
but like i said before there is a better method for sure.
Forum: Scripting Help 06-02-2017, 01:43
Replies: 18
Views: 2,838
Posted By woooow
Re: Print_chat to specs only?

maybe there is a better way
but this one i know

#include <cstrike>

new i;

for( i = 1 ; i <= get_playersnum( 0 ) ; i++ )
{
if( cs_get_user_team( i ) == CS_TEAM_SPECTATOR )
Forum: Scripting Help 06-01-2017, 13:16
Replies: 8
Views: 1,421
Posted By woooow
Re: Player spawns without knife...

if you like it or not

this is the only solution for your problem

its not about plugins , i have this bug 2
Forum: Scripting Help 06-01-2017, 08:04
Replies: 8
Views: 1,421
Posted By woooow
Re: Player spawns without knife...

#include <amxmodx>
#include <hamsandwich>
#include <fun>

public plugin_init()
{
register_plugin( "Spawn Knife", "2.0", "X" );

RegisterHam(Ham_Spawn, "player",...
Forum: Suggestions / Requests 05-17-2017, 04:03
Replies: 3
Views: 803
Posted By woooow
Forum: Suggestions / Requests 05-17-2017, 02:38
Replies: 19
Views: 3,408
Posted By woooow
Re: Remove setinfo _pw when leave the Server

if this so important to you

i suggest you to change setinfo _pw to something else

check amxx.cfg

// Name of setinfo which should store a password on a client
// Note: Always prefix the...
Forum: HL1 Servers (HLDS) 04-20-2017, 10:39
Replies: 3
Views: 1,589
Posted By woooow
Re: Question does turbo boost technology make a difference ?

oh ok sorry about that ...

the answer is i3-2130 will be more powerfull then i5-2300 in single-threaded performance by 8 %

and in multi-threaded programs i5-2300 will be more powerfull by 35 %
Forum: Suggestions / Requests 04-19-2017, 08:05
Replies: 11
Views: 1,889
Posted By woooow
Re: Need Help in galileo plugin

see he is happy now lol
Forum: Suggestions / Requests 04-19-2017, 03:07
Replies: 11
Views: 1,889
Posted By woooow
Re: Need Help in galileo plugin

i sure he dont know how to do it by himself
this why he ask you to do it for him.

if he knows how to do it why you think he will wait all this time for you ?

like a lot of people here , not...
Forum: Suggestions / Requests 04-18-2017, 23:11
Replies: 11
Views: 1,889
Posted By woooow
Re: Need Help in galileo plugin

this so rude , if you cant help him until the end
then don't reply from the start , no one will force you to help others !!
Forum: Suggestions / Requests 04-18-2017, 16:07
Replies: 3
Solved Req plugin
Views: 926
Posted By woooow
Re: Req plugin

Code Fixed Try now.
Forum: Suggestions / Requests 04-18-2017, 03:45
Replies: 3
Solved Req plugin
Views: 926
Posted By woooow
Re: Req plugin

here is your plugin
Forum: HL1 Servers (HLDS) 04-17-2017, 22:55
Replies: 3
Views: 1,589
Posted By woooow
Question does turbo boost technology make a difference ?

hi

so let's say i have 2 processors

1 - Intel-Core-i3-2130, 3.4 GHz (has no turbo boost)
ark.intel.com/products/53428/Intel-Core-i3-2130-Processor-3M-Cache-3_40-GHz

2 - Intel-Core-i5-2300,...
Forum: Suggestions / Requests 04-17-2017, 19:56
Replies: 2
Views: 775
Posted By woooow
Re: Request > Restricting server entries

+

this not possible , you can only allow all non steam to join or block them all.
Forum: Suggestions / Requests 04-17-2017, 19:52
Replies: 18
Views: 6,370
Posted By woooow
Re: Play sound on ban cs 1.6

sound file is missing

make sure you add it to your server and your fast download url if any.
Forum: Suggestions / Requests 04-16-2017, 01:19
Replies: 18
Views: 6,370
Posted By woooow
Re: Play sound on ban cs 1.6

show me your code.
Forum: Suggestions / Requests 04-16-2017, 01:16
Replies: 5
Views: 1,513
Posted By woooow
Re: Remove "attacked a teammate" message

#include <amxmodx>

public plugin_init()
{
register_plugin( "Block Messages", "2.0", "X" );

register_message(get_user_msgid("SayText"), "message_SayText")
...
Forum: Suggestions / Requests 04-15-2017, 16:26
Replies: 5
Views: 1,513
Posted By woooow
Re: Remove "attacked a teammate" message

Try this

code by georgik57

#include <amxmodx>

public plugin_init()
{
register_plugin( "Block Attacked Message", "1.0", "georgik57" );
Forum: Suggestions / Requests 04-15-2017, 15:06
Replies: 18
Views: 6,370
Posted By woooow
Re: Play sound on ban cs 1.6

yes for sure you can do this
you can add print_chat with colors to plmenu with ban info like ultimatebans

but unfortunately i dont know how to do this yet
maybe someone else better then me will...
Forum: Suggestions / Requests 04-15-2017, 14:29
Replies: 18
Views: 6,370
Posted By woooow
Re: Play sound on ban cs 1.6

you're welcome

yes exactly you can add it to any plugin you want
but you should add it where the server exec the ban command

for default amxmodx ban menu just edit plmenu.sma

here i made it...
Forum: Suggestions / Requests 04-15-2017, 12:48
Replies: 4
Views: 1,071
Posted By woooow
Re: [REQ] /"text" displays a text

lol you're welcome <3

i still noob in amxx but if i can help you with any thing i know i will help.
Forum: Suggestions / Requests 04-15-2017, 06:28
Replies: 4
Views: 1,071
Posted By woooow
Re: [REQ] /"text" displays a text

hi

Here

#include <amxmodx>

public plugin_init()
{
register_plugin( "example", "1.0", "X" );
Forum: Suggestions / Requests 04-15-2017, 04:15
Replies: 15
Views: 2,489
Posted By woooow
Re: Need coder ASAP $

like the one who allowing non steam to join in your signature ?

LOL sorry but i cant stop myself must say it.
Forum: Suggestions / Requests 04-15-2017, 03:04
Replies: 5
Views: 1,176
Posted By woooow
Re: req free vip

for everyone without needed flag

#define DAMAGE_RECIEVED
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>

static const COLOR[] = "^x04" //green
static const...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT -4. The time now is 22:27.


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