Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 229
Search took 0.03 seconds.
Search: Posts Made By: HowToRuski
Forum: Scripting Help Today, 11:15
Replies: 2
Views: 46
Posted By HowToRuski
Re: emit_sound not playing

Thanks, used these settings and worked!
Forum: Scripting Help Today, 10:24
Replies: 2
Views: 46
Posted By HowToRuski
emit_sound not playing

Hello, my first emit sound for JACKPOT is not playing, but for WIN it does, the wav file is fine, played it ingame with "play" in console and it worked, but not with this plugin, anyone knows how to...
Forum: Scripting Help Yesterday, 06:19
Replies: 2
Views: 109
Posted By HowToRuski
Round start event error?

Hello, i was trying to add a plugin, but console throws errors on plugin_init round start events when i start the server, the code compiles fully without any errors. Anyone knows a fix? Im using amxx...
Forum: Scripting Help 06-16-2024, 06:28
Replies: 0
Views: 113
Posted By HowToRuski
AWP limit makes bots unplayable

Hello, when i installed this plugin, bots stay in spectator mode only, they cant get out of it, seems like the issue is CS_OnBuyAttempt, and the client_print_color makes the ^3 look grey for all...
Forum: New Plugin Submissions 07-15-2023, 03:40
Replies: 5
Views: 2,201
Posted By HowToRuski
Re: Tag / Prefix Manager

Theres a lot of these already, why make the same thing all over again?
Forum: Scripting Help 06-11-2023, 14:49
Replies: 1
Views: 377
Posted By HowToRuski
All player speed on round start

Hello, i cant get this to work, basically for 10 seconds on round start all players have like x5 speed.
Can anyone tell me what im doing wrong here?
#include <amxmodx>
#include <fun>

#define...
Forum: Scripting Help 06-10-2023, 05:14
Replies: 4
Views: 711
Posted By HowToRuski
Forum: Scripting Help 06-10-2023, 01:54
Replies: 4
Views: 711
Posted By HowToRuski
Re: Item shop plugin_handled not working

This is nothing to do with ZP, this entire plugin for shop menu is an API itself, it can be done on any mod.

Im talking about that the items on the shop menu appear, so if they appear on the menu,...
Forum: General 06-09-2023, 11:18
Replies: 3
Views: 938
Posted By HowToRuski
Re: Help biohazard

#include < amxmodx >
#include < hamsandwich >
#include < cstrike >
#include < fakemeta_util >
#include < biohazard >

new cvar_respawn, cvar_enf_sec, cvar_godmode, cvar_godmode_timer

public...
Forum: Scripting Help 06-09-2023, 02:06
Replies: 4
Views: 711
Posted By HowToRuski
Item shop plugin_handled not working

Hello, basically i have this item shop, where people can buy things off, every item can be made like in zombie plague extra shop, its like an API. For example i have armor, people can buy 100 armor...
Forum: Scripting Help 06-08-2023, 10:13
Replies: 6
Views: 814
Posted By HowToRuski
Re: Grenade light radius

i already changed write_message parameters in the plugin where that would be logical for flare light radius, didnt help
Forum: Approved Plugins 06-08-2023, 10:09
Replies: 692
Views: 659,246
Posted By HowToRuski
Re: Laser/TripMine Entity

[LASERMINE] THIS SERVER IS NON-STEAM. STOPPING PLUGIN.
how is reHLDS a non-steam? + what is the point of this in 2k23 for such an old game?
Forum: New Plugin Submissions 06-08-2023, 03:42
Replies: 176
Views: 70,858
Posted By HowToRuski
Re: Simple Menu Builder

MENU_TEAM
can this be used for both teams? like use 1 and 2 - "12"?
Forum: Scripting Help 06-08-2023, 01:05
Replies: 6
Views: 814
Posted By HowToRuski
Re: Grenade light radius

changed the numbers, even to the lowest made it all 5, it didnt change the radius
Forum: Scripting Help 06-07-2023, 16:37
Replies: 6
Views: 814
Posted By HowToRuski
Re: Grenade light radius

I am not using zombie plague. But why does the numbers differ? Like you made first 4 lines 100 and the last ones 70
Forum: Scripting Help 06-07-2023, 15:33
Replies: 6
Views: 814
Posted By HowToRuski
Grenade light radius

Hello anyone could help me? There is this Light Smokegrenade plugin, which turns smoke grenade into a flare, but it has one problem, i cant modify the range of the flare, i only see the option for...
Forum: HL1 Servers (HLDS) 05-28-2023, 03:16
Replies: 6
Views: 4,423
Posted By HowToRuski
Server lag optimization

Hello, i havent seen yet a topic where people explain whats the best for servers optimization, like sv_ scripts. As far as i know the only two things that can optimize the servers performance for...
Forum: Scripting Help 05-14-2023, 02:09
Replies: 3
Views: 652
Posted By HowToRuski
Re: Check lighting level

That's sad, thanks for help.
Forum: Scripting Help 05-07-2023, 09:29
Replies: 3
Views: 652
Posted By HowToRuski
Check lighting level

Hello, is there a way to check lighting level in amxx if its 0(known as "a") and 255(known as "z") etc?
Forum: Scripting Help 05-05-2023, 05:27
Replies: 9
Views: 1,025
Posted By HowToRuski
Forum: Scripting Help 05-05-2023, 05:19
Replies: 2
Views: 546
Posted By HowToRuski
Command can be activated while on cooldown

Hello, so i have this command where you can get coins from database when entering a custom code, but somehow when i activate the code with the command and while the command is on cooldown, it can be...
Forum: Scripting Help 05-04-2023, 09:35
Replies: 9
Views: 1,025
Posted By HowToRuski
Command cooldown for all players

Is there a way this cooldown is affecting everyone once the command has been executed from console?

I have this here, but its still only affect the player who used it...


new...
Forum: Scripting Help 05-01-2023, 10:13
Replies: 9
Views: 1,303
Posted By HowToRuski
Re: Grenade explosion lighting

I dont know, its not working for me on Steamed cs, its not like its missing those files, cs even wouldnt launch then, maybe thats because im on amxx 1.9?
Forum: Scripting Help 05-01-2023, 09:37
Replies: 2
Views: 410
Posted By HowToRuski
Get string from database

Hello, basically i have a database where it has strings which needs to be activated in game by a command, and the corresponding string has a reward next to it, so what im trying to do is giving a...
Forum: Scripting Help 04-29-2023, 02:29
Replies: 9
Views: 1,303
Posted By HowToRuski
Re: Grenade explosion lighting

Thanks. Did it work for you? Because for me still not...
Showing results 1 to 25 of 229

 
Forum Jump

All times are GMT -4. The time now is 12:54.


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