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

Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: Diversity
Forum: General 01-27-2023, 08:41
Replies: 3
Views: 2,165
Posted By Diversity
Re: Build amxmodx on codespaces

i want to build the sourcecode of amxmodx not amxmodx plugins
Forum: General 01-04-2023, 14:26
Replies: 3
Views: 2,165
Posted By Diversity
Build amxmodx on codespaces

Did somebody know how can i make building on github codespaces to work?
Forum: Zombie Plague Mod 12-28-2022, 11:58
Replies: 0
Views: 509
Posted By Diversity
sma zp_buymenu

Somebody have the sma from zp_buymenu.amxx cso? register_plugin("[ZP]BuyMenu&MoneySystem", "3.6", "Arwel"); this one, thank you
Forum: Zombie Plague Mod 12-27-2022, 08:12
Replies: 4
Views: 939
Posted By Diversity
Re: Looking for a Pawn scripter

stay away for him, scammer
Forum: Zombie:Reloaded 09-20-2022, 20:53
Replies: 1
Views: 1,257
Posted By Diversity
Re: bug csgo ambient sound?

https://forums.alliedmods.net/showthread.php?t=290657
Forum: Zombie:Reloaded 09-18-2022, 18:53
Replies: 1
Views: 1,257
Posted By Diversity
bug csgo ambient sound?

when an ambient sound starts, if i get infected or smthing else, the sound its stop, its just at me from a setting or?
Forum: Source Servers (SRCDS) 09-15-2022, 19:56
Replies: 2
Views: 976
Posted By Diversity
csgo server i7700

i have Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz 4 cores and 8 threads with 32gb ram, can run one or two csgo servers?
Forum: General 07-02-2020, 10:21
Replies: 6
Views: 1,761
Posted By Diversity
Re: sv_password changed to "***PROTECTED***"

#include <amxmodx>

public plugin_init() {
set_task(1.5, "removepass")
}

public removepass() {
server_cmd("amx_rcon sv_password ^"^"")
}
Forum: Scripting Help 06-30-2020, 05:14
Replies: 2
Views: 752
Posted By Diversity
Re: Problem with explode_string

public loadData(FailState, Handle:Query, Error[], Errcode,Data[], DataSize) {
if(FailState == TQUERY_CONNECT_FAILED) log_amx("Load - Could not connect to SQL database. [ %d ] %s", Errcode,...
Forum: Source Servers (SRCDS) 06-29-2020, 11:38
Replies: 11
Views: 3,256
Posted By Diversity
Re: [CSGO] Creating a dedicated server, CPU problems

update processor if you want to still use windows
Forum: Scripting Help 06-29-2020, 11:10
Replies: 2
Views: 752
Posted By Diversity
Problem with explode_string

Hello guys, i get this error: argument type mismatch (argument 1)


new skins[256],
mySkins[512 + MAX_PLAYER_SKINS][10]

SQL_ReadResult(Query, 9, skins, charsmax(skins))
...
Forum: Scripting 01-12-2020, 11:53
Replies: 1
Views: 718
Posted By Diversity
How to make menu who supports API

I want to make a menu in which to add items from another plugin, i searched but i did not find

sorry for my bad english
Forum: New Plugin Submissions 10-15-2019, 15:36
Replies: 5
Views: 3,717
Posted By Diversity
Re: [MOD] Jailbreak Red Station

Use pcvar not cvar functions.
use get_players http://amxmodx.org/api/amxmodx/get_players not get_count_players

gg for plugin
Forum: Unapproved/Old Plugins 09-19-2019, 15:32
Replies: 7
Views: 6,804
Posted By Diversity
Re: Simple Christmas addons (Public mode)

Please delete this.. s*it
Forum: Scripting 06-03-2019, 11:14
Replies: 2
Views: 1,051
Posted By Diversity
Forum: Scripting 06-02-2019, 16:27
Replies: 2
Views: 1,051
Posted By Diversity
[Cs:Go] Problems with invisibility

if(IsClientNotMoving(Buttonsd) && !IsClientInAir(client, Flags)) {
if(b_isClientInv[client] == false) {
b_isClientInv[client] = true;
...
Forum: Translation Request 11-25-2018, 21:08
Replies: 24
Views: 6,691
Posted By Diversity
Re: CS Battle Royale Translation Request

For ro:

AIRDROP_ARRIVED = Drop-ul aerian a ajuns in sfarsit, mergi si ial!
=>
AIRDROP_ARRIVED = Drop-ul aerian a ajuns in sfarsit, mergi si ia-l!
Forum: Suggestions / Requests 11-23-2018, 20:45
Replies: 5
Views: 1,729
Posted By Diversity
Re: Graffiti or MVP sounds

https://forums.alliedmods.net/showthread.php?t=237079&page=4
Forum: Translation Request 10-12-2018, 20:27
Replies: 30
Views: 9,908
Posted By Diversity
Re: OciXCrom's Rank System [Translations]

[ro]
CRXRANKS_RANKINFO_NORMAL = Ai &x04%i/%i XP&x01. Rank-ul tau este &x04#%i&x01: &x03%s&x01. Urmatorul rank:: &x03%s&x01.
CRXRANKS_RANKINFO_FINAL = Ai &x04%i XP&x01. Rank-ul tau este &x04#%i&x01:...
Forum: GunGame 05-21-2018, 17:00
Replies: 38
Views: 61,500
Posted By Diversity
Re: GunGame AMXX 2.13c

new link? please
Forum: Scripting 05-20-2018, 12:34
Replies: 4
Views: 1,344
Posted By Diversity
Re: plugin jailbreak

i am beginner in sourcemod.

for plugin, it's ok?
Forum: Scripting 05-20-2018, 12:17
Replies: 4
Views: 1,344
Posted By Diversity
plugin jailbreak

an opinion?
i am beginner in sourcemod.

/*

Credits:
Vaggelis - Open Cells

*/
Forum: Scripting Help 01-06-2018, 02:03
Replies: 9
Views: 1,562
Posted By Diversity
Forum: Scripting Help 01-06-2018, 01:14
Replies: 9
Views: 1,562
Posted By Diversity
Re: It's good code?

now?

public _MakeInvis( id )
{
new players[32], asd
get_players( players, asd, "ae", "TERRORIST" )

if( asd == 1 )
for(new i = 0; i < players[ 0 ] i++)
if(...
Forum: Scripting Help 01-06-2018, 00:40
Replies: 9
Views: 1,562
Posted By Diversity
Re: It's good code?

Is good now?
public _MakeInvis( id )
{
new players[32], asd
get_players( players, asd, "ae", "TERRORIST" )

if( asd == 1 )
if( NoKnife[ players[ 0 ] ] && is_user_alive(...
Showing results 1 to 25 of 27

 
Forum Jump

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


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