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

Showing results 1 to 25 of 500
Search took 0.11 seconds.
Search: Posts Made By: mlibre
Forum: Scripting Help Yesterday, 18:18
Replies: 10
Views: 204
Posted By mlibre
Forum: Suggestions / Requests Yesterday, 18:17
Replies: 6
Views: 131
Posted By mlibre
Re: Count all players then execute the command

get_players "alive" -> for -> if >=10 -> set render
Forum: General Yesterday, 18:14
Replies: 3
Views: 250
Posted By mlibre
Re: say chat issue

which one do you use
Forum: Scripting Help Yesterday, 18:12
Replies: 1
Views: 52
Posted By mlibre
Re: Host_Error: WriteDest_Parm: not a client

#include <amxmodx>
#include <hamsandwich>

public plugin_init()
{
register_plugin("Kill Effect", "1.0", "Nickron")

//RegisterHam(Ham_Killed,"player","PlayerKilled")
...
Forum: Suggestions / Requests Yesterday, 17:55
Replies: 13
Views: 915
Posted By mlibre
Re: Top15 player new version

it really is csstats_rankbots (https://github.com/alliedmodders/amxmodx/blob/27f451a868c3154a0ab0d4d70e0a650074fd485d/modules/cstrike/csx/meta_api.cpp#L74)
Forum: Suggestions / Requests Yesterday, 17:53
Replies: 1
Views: 35
Posted By mlibre
Re: need help with scream l33t models

what do you mean with that
Forum: Code Snippets/Tutorials Yesterday, 17:52
Replies: 4
Views: 147
Posted By mlibre
Re: [Tutorial] How to Instant Respawn on Free For All

simplify it apart get_maxplayers was left in the air, whoever reads this is not a fortune teller.
Forum: Code Snippets/Tutorials 05-28-2024, 09:28
Replies: 4
Views: 147
Posted By mlibre
Re: [Tutorial] How to Instant Respawn on Free For All

#define isPlayer(%1,%2) (%1 != %2 && (1 <= %2 <= g_iMaxPlayers))

public plugin_init()
{
//..
g_iMaxPlayers = get_maxplayers()
}

//..
Forum: Scripting Help 05-28-2024, 08:56
Replies: 10
Views: 204
Posted By mlibre
Forum: General 05-28-2024, 08:52
Replies: 1
Views: 114
Posted By mlibre
Re: Server Issue

:gyar:


amxx list
meta list
game version
version


Enter these commands in the server console, and comment it
Forum: Scripting Help 05-22-2024, 22:07
Replies: 8
Views: 316
Posted By mlibre
Re: error Error: "break" or "continue" is out of context

It is better to know how it works, than to have a machine do it for you.
Forum: News 05-17-2024, 22:24
Replies: 319
Views: 359,610
Posted By mlibre
Re: AMX Mod X 1.8.2 for 2013 HLDS Update

@Shico a "temporary" solution is to use the beta version of steam_legacy. According to them, they will continue to support this legend. It is possible that they will end up launching a stable one...
Forum: Suggestions / Requests 05-17-2024, 22:16
Replies: 31
Views: 970
Posted By mlibre
Re: [Request] Register System with USERID

If the code seems too "big" to you, SQL is not your option.
Forum: New Plugin Submissions 05-17-2024, 22:12
Replies: 3
Views: 436
Posted By mlibre
Re: Immutable Cvars (Block cvars values)

that's why. I saw that you load and call to configure cvars in precache (1.0) too soon in my opinion because as I mentioned before, those that are called later can change their parameters. now if I...
Forum: New Plugin Submissions 05-17-2024, 14:41
Replies: 3
Views: 436
Posted By mlibre
Re: Immutable Cvars (Block cvars values)

... and those that are established in plugin_cfg and with a delay after there, can change :comply:
Forum: General 05-17-2024, 14:28
Replies: 7
Views: 490
Posted By mlibre
Re: GUNMENU

with that attitude you will receive help faster, but wait sitting because you will get tired.
Forum: Suggestions / Requests 05-14-2024, 11:58
Replies: 31
Views: 970
Posted By mlibre
Re: [Request] Register System with USERID

simpler like nfvault (https://forums.alliedmods.net/showpost.php?p=832097&postcount=1)
Forum: General 05-14-2024, 11:54
Replies: 7
Views: 490
Posted By mlibre
Re: GUNMENU

use BB code (https://forums.alliedmods.net/misc.php?do=bbcode) code here
Forum: Scripting Help 05-14-2024, 08:30
Replies: 7
Views: 379
Posted By mlibre
Re: [FAKEMETA] Invalid entity 0

testing

stock CsTeams:fm_get_user_team(id, &{CS_Internal_Models,_}:model = CS_DONTCHANGE)
{
@@ if(id < 1 || id > 32)
@@ return -1

model = CS_Internal_Models:get_pdata_int(id,...
Forum: Suggestions / Requests 05-14-2024, 08:22
Replies: 7
Views: 532
Posted By mlibre
Forum: Code Snippets/Tutorials 05-12-2024, 06:26
Replies: 5
Views: 695
Posted By mlibre
Re: Proxy Check (AS)

interesting... It may be the closest thing to capturing the MAC
Forum: Suggestions / Requests 05-12-2024, 06:11
Replies: 31
Views: 970
Posted By mlibre
Forum: Scripting Help 05-12-2024, 06:11
Replies: 18
Views: 666
Posted By mlibre
Re: expresison has no effect

@@new playerName[33]
new playerName[32]
Forum: Suggestions / Requests 05-09-2024, 09:12
Replies: 7
Views: 426
Posted By mlibre
Re: Plugin Random Player

see (https://forums.alliedmods.net/showpost.php?p=359050&postcount=1)
Forum: Scripting Help 05-09-2024, 09:11
Replies: 15
Views: 882
Posted By mlibre
Re: error 017: undefined symbol

how not to notice such a thing lol
Showing results 1 to 25 of 500

 
Forum Jump

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


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