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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: slava123
Forum: Scripting 12-04-2022, 06:57
Replies: 2
Views: 507
Posted By slava123
Re: Menu ?

Thanks for the information
Forum: Scripting 12-03-2022, 17:53
Replies: 2
Views: 507
Posted By slava123
Menu ?

hello, anyone knows how to make a menu like this (https://github.com/utharper/sourcemod-hl2dm#menu), when a client joins the game?
Forum: Scripting 11-14-2022, 17:35
Replies: 2
Views: 459
Posted By slava123
Re: [Rest in pawn] get a value from a json object

Thank you

Edit:
JSON should be JSONObject
Forum: Scripting 11-13-2022, 17:24
Replies: 2
Views: 459
Posted By slava123
[Rest in pawn] get a value from a json object

hello, im using Discord Super Advertisement (https://forums.alliedmods.net/showthread.php?p=2760860) that uses Rest In pawn (https://forums.alliedmods.net/showthread.php?t=298024) extension, and I...
Forum: Scripting 09-12-2022, 16:10
Replies: 4
Views: 615
Posted By slava123
Re: [CSS] NetChannel error (console spam, kick client) - hud hint

I set the timer to 0.5 is that the reason? I mean if I set it to 2 or 3 seconds, that should fix the problem?


public OnClientPutInServer(client)
{
CreateTimer(0.5, PrintToHintHud, client,...
Forum: Scripting 09-12-2022, 08:19
Replies: 4
Views: 615
Posted By slava123
[CSS] NetChannel error (console spam, kick client) - hud hint

Hi I made a simple plugin yesterday to show a message for each client every 0.5s using this function in smlib <Client_PrintKeyHintText> and I made an option in !settings so the client can disable it,...
Forum: Plugin/Gameplay Ideas and Requests 08-24-2022, 17:20
Replies: 12
Views: 1,840
Posted By slava123
Re: cl_fullupdate on client

is there any version for CSS? :)
Forum: Plugin/Gameplay Ideas and Requests 08-24-2022, 17:19
Replies: 12
Views: 1,840
Posted By slava123
Re: cl_fullupdate on client

I want to use it with this plugin (https://forums.alliedmods.net/showthread.php?p=1776475), if you have used !tp, the client's weapons keep glitching and you have to use fullupdate or respawn to fix...
Forum: Plugin/Gameplay Ideas and Requests 08-23-2022, 10:41
Replies: 12
Views: 1,840
Posted By slava123
Re: cl_fullupdate on client

FCVAR_SERVER_CAN_EXECUTE prevented server running command: cl_fullupdate

:cry:
Forum: Plugin/Gameplay Ideas and Requests 08-16-2022, 09:44
Replies: 12
Views: 1,840
Posted By slava123
Re: cl_fullupdate on client

How to use it? Can you give me an example, please?
Forum: Plugin/Gameplay Ideas and Requests 07-22-2022, 18:07
Replies: 12
Views: 1,840
Posted By slava123
Re: cl_fullupdate on client

i keep getting this, its because of sv_cheats 1
FCVAR_SERVER_CAN_EXECUTE prevented server running command: cl_fullupdate
Forum: Plugin/Gameplay Ideas and Requests 07-22-2022, 15:17
Replies: 12
Views: 1,840
Posted By slava123
cl_fullupdate on client

hi is there any plugin or a way to execute cl_fullupdate command on a client without using sv_cheats 1.
Forum: Scripting 07-18-2022, 17:28
Replies: 6
Views: 693
Posted By slava123
Forum: Scripting 07-18-2022, 08:59
Replies: 6
Views: 693
Posted By slava123
Re: Exception reported: Client index 0 is invalid

like that?

if(IsClientInGame(i) && !IsFakeClient(i) && maxK != 0)
{
ShowSyncHudText(i, hHudText, "%t", "stats", GetClientFrags(i), GetClientDeaths(i), top,...
Forum: Scripting 07-17-2022, 09:31
Replies: 6
Views: 693
Posted By slava123
Re: Exception reported: Client index 0 is invalid

maxK is the player that has the most kills but its only show the real client not fake ones is that what the problem is? because if there is no clients on the server the server cannot get the top 1,...
Forum: Scripting 07-17-2022, 09:15
Replies: 6
Views: 693
Posted By slava123
Exception reported: Client index 0 is invalid

for ( new i = 1 ; i <= MaxClients ; i++ )
{
if(IsClientInGame(i) && !IsFakeClient(i))
{
ShowSyncHudText(i, hHudText, "%t", "stats", GetClientFrags(i), GetClientDeaths(i), top,...
Forum: Plugin/Gameplay Ideas and Requests 07-15-2022, 12:29
Replies: 5
Views: 433
Posted By slava123
Re: grey screen when death

#include <sourcemod>

public Plugin myinfo =
{
name = "Grey Screen On death",
author = "Addicted",
version = "1.0",
url = "oaaron.com"
};
Forum: Plugin/Gameplay Ideas and Requests 07-15-2022, 12:08
Replies: 5
Views: 433
Posted By slava123
Re: grey screen when death

after testing it doesnt work on css server
Forum: Plugin/Gameplay Ideas and Requests 07-15-2022, 12:00
Replies: 5
Views: 433
Posted By slava123
Re: grey screen when death

i think you should change if (victim < 1 || victim > MaxClients || IsFakeClient(attacker))
to
if (victim < 1 || victim > MaxClients || IsFakeClient(victim))
Forum: Plugin/Gameplay Ideas and Requests 07-15-2022, 09:39
Replies: 5
Views: 433
Posted By slava123
grey screen when death

how can i edit this script to show the grey screen to the victim on death https://forums.alliedmods.net/showthread.php?t=282773
Forum: CS:S DM 06-22-2022, 18:28
Replies: 0
Views: 2,490
Posted By slava123
auto respawn not working

hi, after i installed the cssdm plugin in my server all functions was working except auto respawn idk why

sourcemod 1.11
metamod 1.11

cssdm latest, linux version
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 15:38.


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