Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 222
Search took 0.01 seconds.
Search: Posts Made By: Bugg
Forum: Scripting Help 02-15-2014, 16:42
Replies: 7
Views: 4,848
Posted By Bugg
Re: get_players only from CT & TT(don't count Spectator and Unassigned players)

This looks good?

new ts[32],cts[32], countT, countCT;
get_players(ts, countT, "e", "TERRORIST");
get_players(cts, countCT, "e", "CT");

if (countT && countCT)
{...
Forum: Scripting Help 02-15-2014, 15:12
Replies: 7
Views: 4,848
Posted By Bugg
Forum: Scripting Help 02-15-2014, 13:49
Replies: 7
Views: 4,848
Posted By Bugg
get_players only from CT & TT(don't count Spectator and Unassigned players)

I want count all players only from "TERRORIST" And "CT" Teams.

but with this --> count all players, i dont wanna count players from Spectator team and unassigned players. new players[32], count; ...
Forum: Scripting Help 02-15-2014, 10:36
Replies: 11
Views: 1,415
Posted By Bugg
Re: Players Menu help!

understood.

And works 100%.

Ty man!!!!!!!!!!!
Forum: Scripting Help 02-15-2014, 09:48
Replies: 11
Views: 1,415
Posted By Bugg
Forum: Scripting Help 02-15-2014, 09:13
Replies: 11
Views: 1,415
Posted By Bugg
Re: Players Menu help!

Well, the problem is, i have no idea how to select a player, and then in Submenu, get his steam id or name....

im seeing TUT menus, but im so loss.

sry.
Forum: Scripting Help 02-14-2014, 17:27
Replies: 11
Views: 1,415
Posted By Bugg
Re: Players Menu help!

whatīs wrong in this menu?? Is like a submenu

public createmenu(id)
{
{
new menu_h, menucallback_h, s_playername[32], s_tempid[2];

menu_h = menu_create("Players", "menu_func");
Forum: Scripting Help 02-14-2014, 16:43
Replies: 11
Views: 1,415
Posted By Bugg
Re: Players Menu help!

works 100%

So many Thx m8.
Forum: Scripting Help 02-14-2014, 10:44
Replies: 11
Views: 1,415
Posted By Bugg
Players Menu help!

Hello.

Need player menu .

Then, when u select a player, Print in Console his SteamID, Menu works if you are admin_Rcon.

Is this possible?

ty.
Forum: Scripting Help 02-01-2014, 19:31
Replies: 3
Views: 593
Posted By Bugg
Re: This Expression is correct?

public Example
{
if(random_num(1, get_pcvar_num(cvar))) //get the number of pcvar, cvar.
{

otherfuction
}
}

public otherfuction
Forum: Scripting Help 02-01-2014, 18:38
Replies: 3
Views: 593
Posted By Bugg
This Expression is correct?

new cvar

public plugin_init()

cvar = register_cvar("lol", "20")


public Example
{
if (random_num(1, (get_pcvar_num(cvar) == 1)) // <------- Is this correct? i think no.
Forum: Scripting Help 02-01-2014, 17:41
Replies: 6
Views: 932
Posted By Bugg
Re: Why not appear in the menu of amx the cvars to change it?

Not required.
Automatically put alone.
When you install plugins that automatically cvars go out alone in the admin menu.

Example: Galileo. or admin_chat_colors ..
Forum: Scripting Help 02-01-2014, 17:04
Replies: 6
Views: 932
Posted By Bugg
Re: Why not appear in the menu of amx the cvars to change it?

Menu admin.. when u are playing cs 1.6.
Forum: Scripting Help 02-01-2014, 16:18
Replies: 6
Views: 932
Posted By Bugg
Why not appear in the menu of amx the cvars to change it?

new Minplayers

public plugin_init()
{


register_logevent("minrequired", 2, "1=Round_End")

Minplayers = register_cvar("min_players","7")
Forum: Scripting Help 01-20-2014, 11:23
Replies: 4
Views: 1,018
Posted By Bugg
Forum: Scripting Help 01-20-2014, 10:53
Replies: 4
Views: 1,018
Posted By Bugg
Re: Server Add automatic SteamId to .ini / is possible?

public client_authorized(id) {

new Authid[35]

get_user_authid(id, Authid, charsmax(Authid))

if(!TrieKeyExists(Users, Authid))
server_cmd("autoadd(id, %s)",...
Forum: Scripting Help 01-20-2014, 08:10
Replies: 2
Views: 795
Posted By Bugg
Why my pluggin dont create file .ini?

Im used this to create a file if dont exists..

Is something wrong?

public plugin_init()
{

load()

}
Forum: Scripting Help 01-17-2014, 16:43
Replies: 4
Views: 1,018
Posted By Bugg
Server Add automatic SteamId to .ini / is possible?

Well.

1 question.

Is possible server add automatic a steamID from a player in a .ini?

When the round ends pluggin randomly select a user to give a gift.
The player whose turn it is the...
Forum: Scripting Help 01-15-2014, 07:23
Replies: 1
Views: 436
Posted By Bugg
Is possible 1 pluggin read 2 files (.ini) differents?

for example.

1 pluggin when u connect to the server, if your SteamId is not in .ini, automatically servers kick u, next, in the same pluggin is possible read other .ini with others steamId when...
Forum: Scripting Help 10-13-2013, 19:10
Replies: 1
Views: 787
Posted By Bugg
Antispam problem (dont block ips)

Hello.

Well i tried install so many pluggins to block ipīs and www.

Well, all plugins works fine but, dont block message, only kick or advertisement after write ip.

why?

is not possible...
Forum: Scripting Help 10-04-2013, 21:44
Replies: 1
Views: 675
Posted By Bugg
Change Model with .ini!!

How can change model, without modified SMA?? I mean, i want change weapon with a .Ini

Like for example, Zombie Mod, u can change models with a file .ini

Ty.
Forum: Scripting Help 10-03-2013, 20:17
Replies: 3
Views: 691
Posted By Bugg
Re: Is possible "Text Color" with register_dictionary ??

Thx.

Itīs Possible, i did about 5 min ago and tested PERFECT :D.
Forum: Scripting Help 10-03-2013, 16:49
Replies: 3
Views: 691
Posted By Bugg
Is possible "Text Color" with register_dictionary ??

Hello.

Is possible this?

public plugin_init()

register_dictionary("example.txt")


---------------------------
Forum: Scripting Help 12-22-2012, 15:23
Replies: 11
Views: 2,036
Posted By Bugg
Re: how to add new cvar(with variables) in CFG??

cfg works 100%.

Coz i have others cvars, and works fine.

The problem is in the code to set HP. bad codding i think.. for that reason need help.
Forum: Scripting Help 12-22-2012, 13:33
Replies: 11
Views: 2,036
Posted By Bugg
Re: how to add new cvar(with variables) in CFG??

what?? xDD

is call amx_lol man!..
Showing results 1 to 25 of 222

 
Forum Jump

All times are GMT -4. The time now is 15:05.


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