Raised This Month: $ Target: $400
 0% 

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: jeezybox
Forum: General 12-18-2020, 07:32
Replies: 7
Views: 1,908
Posted By jeezybox
Re: New CSGO Update broke weapon hooks?

Where can I find this forwards.cpp in my server sourcemod folder? I cannot seem to find it.
Forum: Scripting 05-13-2020, 19:03
Replies: 10
Views: 6,442
Posted By jeezybox
Re: [CSGO] check profile status in csgo

This one is not working.
Forum: Scripting 03-29-2020, 13:17
Replies: 10
Views: 6,442
Posted By jeezybox
Re: [CSGO] check profile status in csgo

Can anyone share this plugin?
Forum: Scripting 12-14-2019, 11:13
Replies: 7
Views: 1,170
Posted By jeezybox
Re: Need help comparing IPs

Okay, this works perfectly as I described, thanks a lot for the help.
Forum: Scripting 12-13-2019, 21:46
Replies: 7
Views: 1,170
Posted By jeezybox
Re: Need help comparing IPs

I'll try be more specific. I didn't test this yet, but I want to ask, does this check all players IP and compare to each other or just my (client) IP gets compared to the rest of the players.

What...
Forum: Scripting 12-13-2019, 07:32
Replies: 7
Views: 1,170
Posted By jeezybox
Re: Need help comparing IPs

It is not working for some reason.
Forum: Scripting 12-12-2019, 18:11
Replies: 7
Views: 1,170
Posted By jeezybox
Need help comparing IPs

Hello, basically I am having issues comparing IPs.

I am trying to create a plugin, to detect players who play on same IP and different teams. (LAN detection if you can call that).

My logic is...
Forum: Scripting 12-12-2019, 14:04
Replies: 4
Views: 1,065
Posted By jeezybox
Re: sm_ip update

#include <sourcemod>
#include <sdktools>
#include <cstrike>

public OnPluginStart()
{
CreateConVar("Sm IP", "1.0", "Window");
RegConsoleCmd("sm_ip", CmdIp);
}
public Action:CmdIp(client,...
Forum: Scripting 12-11-2019, 17:33
Replies: 4
Views: 1,065
Posted By jeezybox
sm_ip update

Hello,

I need to find where is this command stored in the sourcemod files, I order the list of IP.

For example, we are having a lot of players, when I type sm_ip, I want to order the list by...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 22:37.


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