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

Showing results 1 to 25 of 48
Search took 0.00 seconds.
Search: Posts Made By: Mauricio Frb
Forum: Unapproved/Old Plugins 02-17-2014, 10:03
Replies: 11
Views: 2,969
Posted By Mauricio Frb
Re: Custom Game Commencing [16/02/2014]

Better one: http://forums.alliedmods.net/showthread.php?p=555912
Forum: Plugins 02-16-2014, 06:27
Replies: 6
Views: 8,883
Posted By Mauricio Frb
Re: Bots on the server

Just this will solve the plugin.

bot_quota_mode fill
bot_quota 10



Thanks.
Forum: Plugins 02-16-2014, 05:53
Replies: 6
Views: 8,883
Posted By Mauricio Frb
Bots on the server

/*
Bots on the server.

Plugin by Mauricio Frb.

Description: This plugin add bots on the server according a limit of a real players playing the game.

Cvar:
sm_bot_mplayers <(Default:...
Forum: Unapproved/Old Plugins 02-09-2014, 08:52
Replies: 23
Views: 5,362
Posted By Mauricio Frb
Re: Full BpAmmo

Don't your plugin equal mine ? https://forums.alliedmods.net/showthread.php?t=221900
Forum: New Plugin Submissions 02-09-2014, 08:48
Replies: 25
Views: 9,357
Posted By Mauricio Frb
Re: [CS|CZ] Free Ammo

Hum, somebody have a suggestion? a bug relate ?
Forum: Trash 08-21-2013, 13:40
Replies: 11
Views: 3,634
Posted By Mauricio Frb
Re: TRH Plugin

Lol, one more rules plugin.
Forum: Unapproved/Old Plugins 08-13-2013, 15:59
Replies: 53
Views: 40,650
Posted By Mauricio Frb
Forum: New Plugin Submissions 08-11-2013, 06:51
Replies: 13
Views: 5,610
Posted By Mauricio Frb
Forum: New Plugin Submissions 08-10-2013, 19:24
Replies: 25
Views: 9,357
Posted By Mauricio Frb
Re: [CS|CZ] Free Ammo

Update 1.2.
Forum: Scripting Help 08-10-2013, 19:22
Replies: 2
Views: 992
Posted By Mauricio Frb
Re: Bit use in pcvar

Thx.

For those that have doubts.

#define GIVEBPAMMO_BUYWEAPON (1<<0)
#define GIVEBPAMMO_NEWROUND (1<<1)

if(get_pcvar_num(g_mode) & GIVEBPAMMO_BUYWEAPON)

if(get_pcvar_num(g_mode) &...
Forum: Scripting Help 08-10-2013, 17:50
Replies: 2
Views: 992
Posted By Mauricio Frb
Bit use in pcvar

Ham, I want to know how can I use bit to check a cvar.

For who didn't understand:
Forum: Unapproved/Old Plugins 08-10-2013, 14:53
Replies: 8
Views: 6,475
Posted By Mauricio Frb
Re: NEW knife Mod powred By Me [ By NiV ]

You have to use new menu system and not the older.
Forum: Unapproved/Old Plugins 08-09-2013, 17:52
Replies: 3
Views: 12,344
Posted By Mauricio Frb
Re: [CS 1.6]Reset Score Extended (CVAR Edition)

The unique difference is a hudmessage?
Forum: New Plugin Submissions 08-07-2013, 18:21
Replies: 24
Views: 11,068
Posted By Mauricio Frb
Re: God Mode On Reload

I think isn't the same thing because you can reload your weapon and jump from a high height, and don't take damage.
Forum: New Plugin Submissions 08-06-2013, 13:13
Replies: 46
Views: 36,561
Posted By Mauricio Frb
Re: Private Message

https://forums.alliedmods.net/showthread.php?t=222271&page=2


https://forums.alliedmods.net/showthread.php?t=221900

I think LordOfNothing is a noob that don't know how to make plugins.
Forum: New Plugin Submissions 08-06-2013, 12:27
Replies: 25
Views: 9,357
Posted By Mauricio Frb
Re: [CS|CZ] Free Ammo

What ammo features CS:GO have that CSS don't.
Forum: New Plugin Submissions 08-06-2013, 08:42
Replies: 25
Views: 9,357
Posted By Mauricio Frb
Re: [CS|CZ] Free Ammo

Can u give me an exemple?

#define GIVEBPAMMO_BUYWEAPON (1<<0)
#define GIVEBPAMMO_NEWROUND (1<<1)

if(get_pcvar_num(g_mode) &= GIVEBPAMMO_BUYWEAPON)
if(get_pcvar_num(g_mode) &=...
Forum: New Plugin Submissions 08-06-2013, 08:41
Replies: 25
Views: 9,357
Posted By Mauricio Frb
Re: [CS|CZ] Free Ammo

Sorry Jhob94 but you don't understand me.
Forum: New Plugin Submissions 08-05-2013, 19:29
Replies: 25
Views: 9,357
Posted By Mauricio Frb
Re: [CS|CZ] Free Ammo

Optimized more? Redundant? What are you an approver member?
Forum: New Plugin Submissions 08-05-2013, 10:56
Replies: 25
Views: 9,357
Posted By Mauricio Frb
Re: [CS|CZ] Free Ammo

Why so envy?
Forum: Unapproved/Old Plugins 08-04-2013, 07:15
Replies: 4
Views: 2,028
Posted By Mauricio Frb
Re: Filter Connection

I don't see this =(.
Forum: Unapproved/Old Plugins 08-03-2013, 20:55
Replies: 4
Views: 2,028
Posted By Mauricio Frb
Re: Filter Connection

Because won't kick the other players.
Forum: Unapproved/Old Plugins 08-03-2013, 20:29
Replies: 4
Views: 2,028
Posted By Mauricio Frb
Filter Connection

Filter Connection

Description:
With this plugin you can choose who player can connect to the server by steamid.
Players that not have your steamid in steamid list will be kicked.
This plugin is...
Forum: New Plugin Submissions 07-31-2013, 19:48
Replies: 24
Views: 11,068
Posted By Mauricio Frb
Re: God Mode On Reload

No, it's more oprimized. (I think)
Forum: New Plugin Submissions 07-31-2013, 19:30
Replies: 24
Views: 11,068
Posted By Mauricio Frb
Re: God Mode On Reload

Suggestion

public client_PreThink(id)
{
if(get_pcvar_num(gmreload) == 0)
{
return PLUGIN_CONTINUE
}

if (!is_user_connected(id))
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT -4. The time now is 10:24.


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