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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: Lawyn
Forum: Scripting 04-27-2023, 14:11
Replies: 1
Views: 469
Posted By Lawyn
[CSGO] Super Jump Help

Im trying these days to make a super jump (2x higher jump than normal), when a player is pressing CTRL + JUMP, but i dont got it, here is my failed part of the code


#include <sourcemod>...
Forum: Scripting 04-18-2023, 17:27
Replies: 0
Views: 367
Posted By Lawyn
[CSGO] Client database update help

I made a economy script, but for some reason i got an bug and dont know why, I made a variable thats look like this int g_Data[MAXPLAYERS + 1][Data_Type].
In this variable i store data from...
Forum: Scripting 04-11-2021, 07:26
Replies: 5
Views: 1,842
Posted By Lawyn
Re: Server Destroy HELP

I dont now how is working this kick system.
Game is CSGO

All i know is when a player join the server, spamming with SERVER DESTROY ACTIVATED and all players got disconnected without an error... I...
Forum: SM_Hosties 04-08-2021, 19:15
Replies: 1
Views: 7,328
Posted By Lawyn
Re: Error sm_hosties plugin

Check your Database connection
Forum: Scripting 04-07-2021, 10:02
Replies: 5
Views: 1,842
Posted By Lawyn
Re: Server Destroy HELP

it doesnt work! ...
Forum: Scripting 04-06-2021, 11:58
Replies: 5
Views: 1,842
Posted By Lawyn
Server Destroy HELP

People using destroy cheat, i think, kicking all my players from the server!
I want help with that, because i dont know how to stop this.
Forum: Scripting 03-26-2021, 13:19
Replies: 6
Views: 1,177
Posted By Lawyn
Forum: Scripting 03-26-2021, 13:19
Replies: 6
Views: 1,177
Posted By Lawyn
Re: Memory leak detected in plugin

int GetClientSkillDrugs(int client)
{
char steamid[55], qwe[256];
GetClientAuthId(client, AuthId_Steam2, steamid, sizeof(steamid));
Format(qwe, sizeof(qwe), "SELECT skilldrugs FROM shopp WHERE...
Forum: Scripting 03-25-2021, 14:49
Replies: 6
Views: 1,177
Posted By Lawyn
Forum: Scripting 03-25-2021, 07:59
Replies: 6
Views: 1,177
Posted By Lawyn
Memory leak detected in plugin

I got this error after 10-15 minutes when server start. This error shutting down my plugin and all natives are in use by this.
L 03/25/2021 - 11:22:51: [SM] MEMORY LEAK DETECTED IN PLUGIN (file...
Forum: Scripting 03-22-2021, 12:57
Replies: 4
Views: 1,191
Posted By Lawyn
Re: Print center text

How can i make to print message permanently on screen, because on round start message will be dissapeared.
Forum: Scripting 03-22-2021, 09:03
Replies: 4
Views: 1,191
Posted By Lawyn
Forum: Scripting 03-22-2021, 05:31
Replies: 4
Views: 1,191
Posted By Lawyn
Print center text

How can i print a text like this
https://cdn.discordapp.com/attachments/822982164051132456/823488782849540096/unknown.png
Forum: Plugins 03-09-2021, 01:18
Replies: 2
Views: 1,679
Posted By Lawyn
Re: [CS:GO] Hours counting with top players plugin

Its a simple one than mostactive, you have option to display hours in a menu or in chat and top hours played on the server. Except this plugin made by me from 0.
You`re not impulsed to use this...
Forum: Plugins 03-08-2021, 19:33
Replies: 2
Views: 1,679
Posted By Lawyn
[CS:GO] Hours counting with top players plugin

CVARS
sm_hours_enable. Default value is 1
sm_hours_menu. Default value is 0
sm_top_enable. Default value is 1

COMMANDS
sm_hours. View hours you played on this server
sm_tophours. View top...
Forum: Scripting 02-17-2021, 05:47
Replies: 3
Views: 1,017
Posted By Lawyn
Re: [CS:GO] Help in menu Show Players in server

Try to use this

void ShowTargetMenu(int client)
{
Menu fdmenu = new Menu(meniulnever);
fdmenu.SetTitle("MENU TITLE\n ");

char szName[MAX_NAME_LENGTH], szMenuIndex[10];
for (int i = 1;...
Forum: Scripting 02-16-2021, 12:49
Replies: 3
Views: 775
Posted By Lawyn
Forum: Scripting 02-16-2021, 12:42
Replies: 5
Views: 1,672
Posted By Lawyn
Re: [CS:GO] EmitSound problems

Use this function

void EmiteMelodia(const char[] url)
{
for (int i = 1; i < MaxClients; i++)
{
if(IsClientInGame(i))
{
AddFileToDownloadsTable(url);
PrecacheSound(url, true);
Forum: Scripting 02-13-2021, 07:54
Replies: 3
Views: 775
Posted By Lawyn
OnTakeDamage dont detect grenades

On a new csgo update, OnTakeDamae functions, dont detect grenades.
Forum: Scripting 02-08-2021, 00:34
Replies: 2
Views: 656
Posted By Lawyn
Forum: Scripting 02-07-2021, 18:16
Replies: 2
Views: 656
Posted By Lawyn
Unexpected error 23 at CreateNative

I create natives and my plugins crashed after a time.

I got this error in console on plugins refresh.

L 02/08/2021 - 01:09:34: [SM] Exception reported: Failed to create native "GetSimon", name...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 02:25.


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