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

Showing results 1 to 25 of 500
Search took 0.07 seconds.
Search: Posts Made By: r0ma
Forum: Scripting Help 04-10-2022, 19:12
Replies: 10
Views: 994
Posted By r0ma
Re: orpheu

That hook already exists in the rehlds api, you can add that hook to reapi module and avoid orpheu
Forum: Module Coding 12-31-2021, 07:08
Replies: 7
Views: 7,898
Posted By r0ma
Re: RTL-Chat Module?

try this (https://amxmodx-es.com/showthread.php?tid=22378), needs a php script to translate from google.
Forum: Module Coding 09-29-2021, 09:07
Replies: 2
Views: 5,261
Posted By r0ma
Re: Counter-Strike 1.6 Weapon/Pistol Menu v1.0

This is the wrong section, also you can upload the .sma directly and the forum automatically compiles the plugin.
Forum: Scripting Help 01-22-2021, 01:22
Replies: 2
Views: 569
Posted By r0ma
Re: SQL_ThreadQuery error

L 01/21/2021 - 19:50:28: [MySQL] Invalid info tuple handle: 0
the problem is he is trying to send the query before the connect to the database (Invalid tuple handle 0)

and player_id it's an...
Forum: Scripting Help 12-08-2020, 12:25
Replies: 11
Views: 1,646
Posted By r0ma
Re: nvault set problem

Forum Rules (https://forums.alliedmods.net/showthread.php?t=1522)
Forum: Scripting Help 12-04-2020, 02:36
Replies: 2
Views: 735
Posted By r0ma
Re: Amxmodmenu connected with website

or just use the rcon from your website with something like this PHP-Source-Query (https://github.com/xPaw/PHP-Source-Query)
Forum: Scripting Help 11-08-2020, 15:21
Replies: 9
Views: 1,637
Posted By r0ma
Re: MySQL not updating

formatex( g_szQuery, charsmax( g_szQuery ), "UPDATE `%s` SET `Candy` = '%d', `LevelS` = '%d', `LevelG` = '%d', `LevelH` = '%d' WHERE `%s`,`IP` = '%s'", SQL_TABNAME, Candies[id], Level[id][0],...
Forum: Scripting Help 11-05-2020, 18:53
Replies: 3
Views: 860
Posted By r0ma
Re: [MySQL] MySQL Version Advantages

If when you went from one version of mysql to the other for some reason you gained speed to process the queries for some optimization or something, obviously you will notice it on the server side...
Forum: Scripting Help 11-05-2020, 18:43
Replies: 18
Views: 2,939
Posted By r0ma
Re: Hlds vs Rehlds

on rehlds try reapi rg_add_account

btw about the messagemode idk
Forum: Scripting Help 11-05-2020, 18:39
Replies: 6
Views: 1,199
Posted By r0ma
Re: [Bug] Human models shop

try:


public HumanModelShop(iPlayer, iMenu, iItem)
{
menu_destroy(menu);

if(iItem == MENU_EXIT)
return;
Forum: Scripting Help 11-05-2020, 00:15
Replies: 7
Views: 1,365
Posted By r0ma
Re: HUD remove/destroy

maybe the plugin check for new Nemesis/Survivor before the zombie plague make the new one. Try put one task to the function check_again_nsp
Forum: Scripting Help 11-04-2020, 21:42
Replies: 6
Views: 1,199
Posted By r0ma
Re: [Bug] Human models shop

try with:


/**
* Overrides ZP player model with a different custom model.
*
* Note: This will last until player's next infection/humanization/respawn.
*
* Note: Don't call more often...
Forum: Scripting Help 11-04-2020, 18:28
Replies: 6
Views: 1,199
Posted By r0ma
Forum: Suggestions / Requests 11-04-2020, 18:00
Replies: 6
Views: 1,240
Posted By r0ma
Re: Help with turn on / off hud

when one player disconnect and other player connect in that id that player have two or more tasks for display the hud.
also another edit: show_hudmessage set id
Forum: Suggestions / Requests 11-04-2020, 14:24
Replies: 6
Views: 1,240
Posted By r0ma
Re: Help with turn on / off hud

v 1.1 :crab:


#include <amxmodx>

const TASK_HUD = 12435;

new g_szSeverIp[ 33 ];

public plugin_init() {
Forum: Scripting Help 11-04-2020, 13:24
Replies: 3
Views: 860
Posted By r0ma
Re: [MySQL] MySQL Version Advantages

dependent on the delay between the server and the mysql server.
if your mysql server are in the same network as your server will be more faster.
Forum: Scripting Help 11-01-2020, 23:04
Replies: 2
Views: 807
Posted By r0ma
Re: Mode 2x2 help

uncomment this

//#define ALLOW_CHANGE // *аз€еˆи‚Œ исполŒзова‚Œ командƒ "/change"
Forum: Scripting Help 11-01-2020, 15:04
Replies: 4
Views: 902
Posted By r0ma
Re: ZP Class Flame Errors

https://forums.alliedmods.net/showthread.php?t=154433 2seg in google search
Forum: Suggestions / Requests 10-30-2020, 13:09
Replies: 3
Views: 826
Posted By r0ma
Re: Move the message

it's not possible
Forum: Suggestions / Requests 10-29-2020, 13:38
Replies: 2
Views: 734
Posted By r0ma
Re: Show TeamMates Weapons

https://amxmodx-es.com/Thread-Equipment-Sprites
Forum: Scripting Help 10-28-2020, 10:37
Replies: 4
Views: 814
Posted By r0ma
Re: set_pcvar_num after plugin_init and plugin_cfg

https://www.amxmodx.org/api/amxmodx/OnConfigsExecuted
Forum: Scripting Help 10-26-2020, 20:00
Replies: 2
Views: 795
Posted By r0ma
Re: button Y

public plugin_init() {
register_clcmd("nice_try", "nice_try");
}

public nice_try(id) {
new szBuffer[33];

read_args(szBuffer, charsmax(szBuffer));
remove_quotes(szBuffer);
Forum: Scripting Help 10-26-2020, 09:42
Replies: 1
Views: 721
Posted By r0ma
Re: [Help] auto side choose

I'm not use reapi, test:


/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <reapi>

#define PLUGIN "New Plug-In"
Forum: Scripting Help 10-24-2020, 12:43
Replies: 7
Views: 1,365
Posted By r0ma
Re: HUD remove/destroy

if was an example how you know that problem exists ?
Without code its impossible to fix the problem, its not just put some random code in client_disconnect and ready. Dependt of how the plugin is...
Forum: Suggestions / Requests 10-24-2020, 11:37
Replies: 2
Views: 939
Posted By r0ma
Re: [REQ] BASEBUILDER Admin Skins

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <hamsandwich>
#include <cstrike>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "r0ma'"
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 11:56.


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