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

Showing results 1 to 25 of 371
Search took 0.01 seconds.
Search: Posts Made By: extream87
Forum: Suggestions / Requests 09-02-2015, 19:53
Replies: 0
Views: 311
Posted By extream87
Solved

Solved
Forum: Suggestions / Requests 08-10-2015, 17:17
Replies: 15
Views: 3,804
Posted By extream87
Re: help plugin mix

Sorry i didnt understand what you said.
What you want mean with "that is for example conduct game T and shows that conduct CT"?
Forum: Suggestions / Requests 08-10-2015, 15:45
Replies: 15
Views: 3,804
Posted By extream87
Re: help plugin mix

Just add this to server.cfg:

amx_cspro_equipa1 "insertherethename"
amx_cspro_equipa2 "insertherethename"


Or change this in .sma file and recompile:


cvar_team1name =...
Forum: Suggestions / Requests 08-09-2015, 15:35
Replies: 0
Views: 419
Posted By extream87
[HELP] Fix word variable

Hello all, someone can fix or tell me whats wrong with code?
Im using maxlen = 20 but i can only put 8 characters.


new ChangeNameCommand[] = ".rankname", ChangeNameCommandCvar
const...
Forum: Suggestions / Requests 08-06-2015, 17:50
Replies: 3
Views: 622
Posted By extream87
Forum: Suggestions / Requests 08-06-2015, 17:18
Replies: 3
Views: 622
Posted By extream87
[HELP] ColorChat linebreak

Hello all, how can i make a linebreak with colorchat? Im using ^n but has no effect...

lang.txt
TYPE_READY = Por favor escreve !add para ficares PRONTO para jogar!^nVais ser kickado em %d...
Forum: Suggestions / Requests 08-06-2015, 09:15
Replies: 2
Views: 461
Posted By extream87
Re: [HELP] Replace !is_user_admin

Yes thats it.
Thanks men.
Forum: Suggestions / Requests 08-06-2015, 08:58
Replies: 2
Views: 461
Posted By extream87
[HELP] Replace !is_user_admin

Hello all, how can i replace this:

if ( !is_user_admin(id) )

to

if (!get_user_flags(id) & ADMIN_FLAG)

Im getting tag mismatch...
Forum: Suggestions / Requests 03-06-2015, 23:16
Replies: 6
Views: 994
Posted By extream87
[Solved] Word Filter

Hello all, how can i catch a word like fuc* and when this word has been said in chat we display a hudmessage?

I dont want use anothers plugins cause i only want to catch 3 or 4 words.

Thanks...
Forum: Suggestions / Requests 07-21-2014, 14:50
Replies: 5
Views: 711
Posted By extream87
Re: [hel] No ip on name

But how can i indentify ip in name?
Or is best block numbers in name?
Forum: Suggestions / Requests 07-21-2014, 06:55
Replies: 5
Views: 711
Posted By extream87
[hel] No ip on name

How do for ban players with names like: 188.168.1.254:27015 or any other ip in name.
Forum: Suggestions / Requests 04-21-2014, 15:26
Replies: 3
Views: 945
Posted By extream87
Re: [HELP] Svc error

Not work :(
Forum: Suggestions / Requests 04-21-2014, 13:20
Replies: 3
Views: 945
Posted By extream87
[HELP] Svc error

Im getting this error and all players are kicked from him.
I've searched but i cant find any solution for this.

Error:
53389 0008 svc_time
53389 0013 svc_clientdata
53389 0027...
Forum: Scripting Help 04-13-2014, 11:34
Replies: 4
Views: 1,359
Posted By extream87
Re: [HELP] BestRoundPlayer fix

When one team win the round.
The code not work properly. When one player attack and kill another he breack.
Forum: Scripting Help 04-13-2014, 07:54
Replies: 4
Views: 1,359
Posted By extream87
Re: [HELP] BestRoundPlayer fix

Thanks Black Rose is that?
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <colorchat>

#define...
Forum: Scripting Help 04-08-2014, 04:28
Replies: 4
Views: 1,359
Posted By extream87
[HELP] BestRoundPlayer fix

What is wrong with the code?
Sometimes i kill 1 player and im the bestplayerround with 2 kills?


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include...
Forum: Scripting Help 04-01-2014, 07:10
Replies: 2
Views: 782
Posted By extream87
Re: #Game_Commencing help

You need to check team players.
Example:
if ct player = 1
code

if t player = 1
code


new iTEcount, iCTcount, players[32];
Forum: Scripting Help 04-01-2014, 07:07
Replies: 4
Views: 1,017
Posted By extream87
Re: is_user_connected and user alive

Only
if (is_user_alive(id))

To check dead player.
if (!is_user_alive(id))
Forum: Suggestions / Requests 03-28-2014, 12:52
Replies: 3
Views: 711
Posted By extream87
Re: [REQ] Plugin Name

Thanks but i already made the plugin :D

Small code same result:
[TEST] - Is a cvar. Simpler for people can choose.
http://i.imgur.com/EL8sLkn.png
Forum: Suggestions / Requests 03-28-2014, 10:48
Replies: 3
Views: 711
Posted By extream87
[REQ] Plugin Name

Hello, someone know the name of this plugin?

http://i.imgur.com/TU8Yecf.png
Forum: Scripting Help 03-28-2014, 09:06
Replies: 2
Views: 703
Posted By extream87
[HELP] Money in Name

I want to incorporate you can see the money in name if you are only teammate.
I want do until the end of buytime if a player spends money the money value in name change.

/* Plugin generated by...
Forum: Scripting Help 03-27-2014, 18:03
Replies: 0
Views: 419
Posted By extream87
[HELP] Check if player buy

How can i check if players buy a weapon, grenade, defuse..

I want make if a player buy something call

money(id)
Forum: Scripting Help 03-26-2014, 17:32
Replies: 9
Views: 1,528
Posted By extream87
Re: Amxx studio error!

Yes sound/ is not needed amxx assumes the sound is in sound folder.
My mistake :P
Forum: Scripting Help 03-26-2014, 09:27
Replies: 9
Views: 1,528
Posted By extream87
Re: Amxx studio error!

Done.
Attention you are not using pun_list and you cant register pcvar you need to regist cvar and use get_pcvar_num or something.

/* Plugin generated by AMXX-Studio */

#include <amxmodx> ...
Forum: Scripting Help 03-25-2014, 20:30
Replies: 16
Views: 2,420
Posted By extream87
Re: [HELP] Block client cmd command

As i told you is to my friend. Hes server have dproto.
Showing results 1 to 25 of 371

 
Forum Jump

All times are GMT -4. The time now is 06:43.


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