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

Showing results 1 to 25 of 91
Search took 0.01 seconds.
Search: Posts Made By: wilian159
Forum: Scripting Help 04-19-2024, 12:28
Replies: 3
Views: 358
Posted By wilian159
Re: Adding a INI file

Use this: https://forums.alliedmods.net/showthread.php?t=346837
Forum: Code Snippets/Tutorials 03-26-2024, 11:35
Replies: 2
Views: 784
Posted By wilian159
Forum: Code Snippets/Tutorials 03-20-2024, 10:00
Replies: 2
Views: 784
Posted By wilian159
Json Settings API (load/save data to JSON files)

I was finishing my free panel for servers (https://www.amxpanel.com/), and I felt the need for an api in json, so I decided to do it.

This api was based on the Settings API (load/save data to INI...
Forum: Scripting Help 08-03-2023, 01:41
Replies: 11
Views: 736
Posted By wilian159
Re: Socket flag not work?

even giving the error 10035 the socket continues to work, difficult to understand, but now it's working...
Forum: Scripting Help 08-02-2023, 13:20
Replies: 11
Views: 736
Posted By wilian159
Re: Socket flag not work?

telnet works normally, maybe the problem is in the socket module itself, someone needs to test it
Forum: Scripting Help 08-02-2023, 09:13
Replies: 11
Views: 736
Posted By wilian159
Re: Socket flag not work?

the freezing comes because of the attempt to reconnect, without the flag when trying to reconnect it freezes the server, with the flag it simply does not connect, but there is no freezing
Forum: Scripting Help 08-02-2023, 08:26
Replies: 11
Views: 736
Posted By wilian159
Re: Socket flag not work?

there is no way to be the bot because it works normally when it is without the flag
Forum: Scripting Help 08-02-2023, 08:17
Replies: 11
Views: 736
Posted By wilian159
Re: Socket flag not work?

I have a discord bot running on the ip 127.0.0.1:1337

and in the plugin I implemented a reconnection system in case the discord bot crashes, but if I use it without the flag the server keeps...
Forum: Scripting Help 08-02-2023, 05:11
Replies: 11
Views: 736
Posted By wilian159
Re: Socket flag not work?

I can receive the data from the game server, but not from outside my bot, do you have any idea why? remembering that without the flag it works normally.
Forum: Scripting Help 08-01-2023, 22:32
Replies: 11
Views: 736
Posted By wilian159
Socket flag not work?

if I try to connect the socket with the flag "SOCK_NON_BLOCKING" it doesn't connect and I get error

3: - Couldn't connect

but if I connect without flag the connection is successful, why?
...
Forum: Scripting Help 02-16-2023, 16:48
Replies: 6
Views: 888
Posted By wilian159
Re: ES_ModelIndex not works

worked, thank you.
Forum: Scripting Help 02-16-2023, 01:50
Replies: 6
Views: 888
Posted By wilian159
Re: ES_ModelIndex not works

I didn't understand, the model should be changed only in my view, not for everyone
Forum: Scripting Help 02-15-2023, 22:59
Replies: 6
Views: 888
Posted By wilian159
Re: ES_ModelIndex not works

Do you have any idea how I can make this work?
Forum: Scripting Help 02-15-2023, 17:37
Replies: 6
Views: 888
Posted By wilian159
ES_ModelIndex not works

hello, I'm trying to change the model of the player according to the distance, but without results.

the message is issued but the template is not changed.

has anyone used this?


#include...
Forum: Off-Topic 12-17-2022, 19:56
Replies: 5
Views: 1,217
Posted By wilian159
Re: Can the precache 512 limit be bypassed by combining models into one model?

this does what I mentioned, it does not increase the precache, with it it is able to block some game sounds and free up space, increasing it has no way
Forum: Off-Topic 12-16-2022, 08:26
Replies: 5
Views: 1,217
Posted By wilian159
Re: Can the precache 512 limit be bypassed by combining models into one model?

you get to work around a bit, remove some of the game's default sounds and free up spaces, etc. You can also join models in 1, but not all models can be joined too, you have to know how to do it.
...
Forum: Off-Topic 12-13-2022, 15:46
Replies: 2
Views: 1,113
Posted By wilian159
Re: Models hands CS:GO

I agree with certain parts, but banning character models and different skins outside CS:GO I think is bad, I wanted to make a zombie mod with different skins, etc, and I won't be able to. It's too...
Forum: Off-Topic 12-09-2022, 19:17
Replies: 2
Views: 1,113
Posted By wilian159
Models hands CS:GO

I saw somewhere that it's forbidden to add different weapons or edit knives on cs:go servers, is that true?

it's forbidden ?
Forum: Scripting Help 09-06-2022, 17:55
Replies: 4
Views: 641
Posted By wilian159
Forum: Scripting Help 09-01-2022, 20:59
Replies: 2
Views: 594
Posted By wilian159
Re: sound doesn't work

change CHAN_WEAPON to CHAN_STATIC and test
Forum: Scripting Help 08-14-2022, 21:06
Replies: 4
Views: 603
Posted By wilian159
Re: VIp plugin

models/player0model_vipt0model_vipt.mdl not found
Forum: Scripting Help 08-13-2022, 20:54
Replies: 15
Views: 1,543
Posted By wilian159
Re: Check if Attack has recieved damage from Victim

I don't answer this guy anymore
Forum: Scripting Help 08-13-2022, 03:52
Replies: 7
Views: 846
Posted By wilian159
Re: Flip model player

download this, drag your .mdl to the mdl-flip.exe and select the compiler.
Forum: Scripting Help 08-11-2022, 17:30
Replies: 15
Views: 1,543
Posted By wilian159
Re: Check if Attack has recieved damage from Victim

this code is from my 'hegrenade', it deals X ray damage
maybe i can help you

new xVictim = -1

while((xVictim = engfunc(EngFunc_FindEntityInSphere, xVictim, xAtkOrigin, 300.0)) != 0)
{...
Forum: Scripting Help 08-10-2022, 17:10
Replies: 14
...
Views: 1,847
Posted By wilian159
Re: ...

I don't recommend that you do this with your post. other people may need the same doubt.
Showing results 1 to 25 of 91

 
Forum Jump

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


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