Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 17 of 17
Search took 0.00 seconds.
Search: Posts Made By: elpax
Forum: Plugins 12-13-2018, 15:10
Replies: 8
Views: 6,410
Posted By elpax
Re: Snowball Lite [CS:GO]

Good work. Thank you for sharing.
Forum: Plugins 12-13-2018, 14:37
Replies: 39
Views: 23,922
Posted By elpax
Re: [CSGO] Cameras and Drones (v1.2.1, 23-07-2017)

what about changing your drones to "danger zone drones" (quadrocopters) ? how can we achieve this ?
Forum: Scripting 06-04-2017, 08:56
Replies: 3
Views: 1,827
Posted By elpax
Re: CSGO vaudio_celt

Thanks. I'm forget to add check. Now I see that it can't dlopen the library. But why ?

EDIT:
Fixed the error. I found out that error was: libuuid.so.1: cannot open shared object file: No such...
Forum: Scripting 06-04-2017, 08:19
Replies: 3
Views: 1,827
Posted By elpax
CSGO vaudio_celt

I found this extension GitHub (https://github.com/PerfectLaugh/VoiceTools) and now trying to rewrite it to Linux from Windows.

Extension have this snippet for Windows:

char...
Forum: Scripting 05-30-2017, 11:32
Replies: 4
Views: 1,354
Posted By elpax
Re: CSGO SV_BroadcastVoiceData

asherkin Thank you very much.
Forum: Scripting 05-30-2017, 11:07
Replies: 4
Views: 1,354
Posted By elpax
Re: CSGO SV_BroadcastVoiceData

Wooops I was totally dumb. Sorry for that. Now I see _Z21SV_BroadcastVoiceDataP7IClientiPcx throught IDA. BUT why I'm getting Invalid detour address passed - Disabling detour to prevent crashes on...
Forum: Scripting 05-30-2017, 07:14
Replies: 4
Views: 1,354
Posted By elpax
CSGO SV_BroadcastVoiceData

Can someone post new signature for SV_BroadcastVoiceData for Linux.
"csgo"
{
"Signatures"
{
"SV_BroadcastVoiceData"
{
"library" "engine"...
Forum: Trash 05-29-2017, 11:56
Replies: 0
Views: 605
Posted By elpax
Forum: Plugins 05-03-2017, 08:01
Replies: 34
Views: 19,950
Posted By elpax
Re: [CSGO] Chicken Wars (v1.1.1, 17-04-2017)

yep ... this is my fault ) I was thinking that cw_ffa is like mp_teammates_are_enemies. Now all is working. Fun mod by the way :up:
Forum: Plugins 05-03-2017, 07:29
Replies: 34
Views: 19,950
Posted By elpax
Re: [CSGO] Chicken Wars (v1.1.1, 17-04-2017)

I think he is about this:
https://cdn.pbrd.co/images/1NGiBZXob.png

I have clean Ubuntu server installation (updated cs go server) last metamod and sourcemod. Mode: official deathmatch. Default...
Forum: Scripting 03-10-2017, 06:35
Replies: 4
Views: 1,719
Posted By elpax
Re: [CSGO] trigger_multiple hook not working

Thank you that helped me. There was something wrong with coordinates. I've copied coordinated formula from the link and now its working.
Forum: Scripting 03-10-2017, 03:57
Replies: 4
Views: 1,719
Posted By elpax
Re: [CSGO] trigger_multiple hook not working

I've already tried:
public OnEntityCreated(entity, const String:classname[])
{
SDKHook(entity, SDKHook_StartTouchPost, OnTouch);
}

Nothing changed.

And -Precache the model...
Forum: Scripting 03-10-2017, 02:43
Replies: 4
Views: 1,719
Posted By elpax
[CSGO] trigger_multiple hook not working

I have plugin:
public OnPluginStart()
{
HookEvent("player_death", Event_PlayerDeath, EventHookMode_Pre);
}

public OnConfigsExecuted()
{
...
Forum: Scripting 02-15-2017, 14:40
Replies: 9
Views: 1,753
Posted By elpax
Re: [CSGO] GetEntPropString on linux

Sorry but I need to find targetname (aka m_iName) by entity index.
Forum: Scripting 02-15-2017, 14:09
Replies: 9
Views: 1,753
Posted By elpax
Re: [CSGO] GetEntPropString on linux

Aaaand one more time I checked all my code. Checked plugin functional on Windows with the same configuration. 1 more day of nothing. SO I'm really insist that it's BUG of GetEntPropString. Only this...
Forum: Scripting 02-15-2017, 11:49
Replies: 9
Views: 1,753
Posted By elpax
Re: [CSGO] GetEntPropString on linux

Sorry for stupid question, but try to answer it without prejudice. Lets assume that my code without mistakes (because for now i can't find problem). And lets keep in mind that my plugin fully working...
Forum: Scripting 02-14-2017, 15:27
Replies: 9
Views: 1,753
Posted By elpax
[CSGO] GetEntPropString on linux

I'm using Ubuntu 16.04 and last versions of Metamod and Sourcemod. And I have some plugin with this piece of code.


decl String:buffer[64];
new entity = -1;
...
Showing results 1 to 17 of 17

 
Forum Jump

All times are GMT -4. The time now is 09:17.


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