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

Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: kiceqs
Forum: General 12-27-2021, 02:58
Replies: 1
Views: 979
Posted By kiceqs
About calling native from extensions

The reason why is that there are a lot of useful functions already come with sourcemod.

I am writing a plugin will do a lot of work every frame and use quite a lot of memory, so it might be worth...
Forum: Extensions 12-13-2021, 11:25
Replies: 1
Views: 3,422
Posted By kiceqs
Re: [CSGO] Player distances in real time

float dist[MAXPLAYERS + 1][MAXPLAYERS + 1];

void Distance1()
{
Profiler prof = new Profiler();
prof.Start();
for (int i = 1; i <= MaxClients; ++i) {
if...
Forum: Scripting 05-22-2019, 08:05
Replies: 2
Views: 1,789
Posted By kiceqs
A reliable get steam id

Since I have a server in mainland China, however, I found that GetSteamAccountID cannot guarantee always return users' steam account id (it will return 0).

I have tried to set validate to false;...
Forum: Plugin/Gameplay Ideas and Requests 01-29-2019, 14:49
Replies: 3
Views: 1,473
Posted By kiceqs
Re: [EXT] Redis Extension

I wrote a extension for Sourcemod to use Redis. See here https://forums.alliedmods.net/showthread.php?t=313959
Forum: Extensions 01-29-2019, 14:43
Replies: 1
Views: 2,418
Posted By kiceqs
[ANY] A Hiredis warpper for Sourcemod

A Hiredis warpper for Sourcemod

Support blocking and non-blocking query.

Usage

See the example for usage. ...
Forum: Extensions 01-29-2019, 14:31
Replies: 4
Views: 4,126
Posted By kiceqs
[ANY]A clientprefs replacement for sourcemod using Redis as backend

clientprefs-redis

A clientprefs extension for sourcemod using Redis as backend.

This plugin is truly mutilthreaded.

Unlike the offical clientprefs only use signle thread for query and...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT -4. The time now is 10:05.


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