HustlerOG you could most likely just have a GSC script to set dvars, given that you play in your own custom game
Init()
{
SetDvar("player_sprintunlimited", "1");
}
HustlerOG you could most likely just have a GSC script to set dvars, given that you play in your own custom game
Init()
{
SetDvar("player_sprintunlimited", "1");
}
This is a long standing bug yes
I think the only solution is hosting a local dedicated server
YoImFuture install DirectX
jairoelpiernas what is your antivirus?
Could be your antivirus blocking it
@ElMikoo in your game folder, in Black Ops II
@ElMikoo see the documentation
the localappdata goes in localappdata, the rest goes in the game's folder
Screenshot of a scoreboard doesn't show anything but their score
You could pass the name argument in a bat file, to boot it up in LAN with another name
You just get it yourself, see the announcements
Dbkilleur it's been said publicly by one of the admins/main devs
Platinum does not exist
As for Plutonium it's made for Windows 8.1 and above
You can force it to work by bypassing some things but idk how. Search for it
Your internet fails to connect to some servers because of some DNS issue or whatever
Fix it or change DNS or use Cloudflare Warp
JulenIzaa ElDelMohicano
Use Cloudflare Warp
Sync system clock in Windows time settings
Servers can ban you if they want to
Most likely you got votekicked and it's automatic or it's one of these trash servers where they ban dozens of people for "cheating" every day the moment you go above 1 K/D ratio
Either contact them or play on another server or make your own
canyouseeme is useless because it's UDP and it can only ping TCP afaik
Do you have any other antivirus (even if it's disabled). Some of them have firewalls that can block things on games
@Vl-Sunny
If you want to make it an IW4MAdmin command you'd have to see how they implement commands and follow that, this is the best solution (if using IW4MAdmin) but also the hardest, never did it so I can't really help with this
Otherwise you could wait for the "say" notify
I have an entire chat_commands repository you could use to easily implement your own command(s) as a separate file following the existing commands I released and the doc provided for it
Essentially a big part of the chat logic is done for you already in chat_commands.gsc
(permission system, error handling, arguments etc.)
https://github.com/Resxt/Plutonium-T6-Scripts/tree/main/chat_commands