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

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: davidkoh007
Forum: Module Coding 11-11-2020, 06:03
Replies: 226
Views: 175,150
Posted By davidkoh007
Re: Module: GeoIP+ (v1.3)

Maxmind DB link is down.
Forum: New Plugin Submissions 07-08-2020, 11:02
Replies: 8
Views: 3,528
Posted By davidkoh007
Re: Lagless 3rd Person Camera

Yep, and Valve made sure I can't force player to reconnect since I posted the plugin. Can't be fixed.
Forum: Scripting Help 12-01-2019, 15:36
Replies: 6
Views: 1,418
Posted By davidkoh007
Re: Self transparency

thanks all for help, did this in the end, works for me


public addToFullPack(es, e, ent, host, hostflags, player, pSet)
{
if (player && ent == host && get_orig_retval())
{
set_es(es,...
Forum: Scripting Help 11-23-2019, 15:50
Replies: 6
Views: 1,418
Posted By davidkoh007
Re: Self transparency

So players can see through their own model when using client side "thirdperson"
Forum: Scripting Help 11-23-2019, 11:20
Replies: 6
Views: 1,418
Posted By davidkoh007
[solved] Self transparency

Hi, can I somehow make one's player's model transparent but only to himself - so other players will still see his player model as solid? Like in engine's "set_view(id, CAMERA_3RDPERSON)".

Thanks.
Forum: New Plugin Submissions 01-19-2019, 09:36
Replies: 8
Views: 3,528
Posted By davidkoh007
Lagless 3rd Person Camera

Lagless 3rd Person Camera


Description: As the name says, this plugin gives you the ability to switch to the 3rd person view. It uses a completely different method than the older ones. It uses a...
Forum: Approved Plugins 11-25-2018, 15:32
Replies: 731
Views: 752,754
Posted By davidkoh007
Re: Soccer Jam v2.07a

Means that you use non-steam. No support.
Forum: Scripting 07-23-2017, 12:15
Replies: 5
Views: 1,121
Posted By davidkoh007
Re: Slow down rolling ball

I tried even changing mass, it all affects the bounce movement of the walls or ground, but nothing affects the rolling, I guess it cant really be solved atm?
Forum: Approved Plugins 07-08-2017, 13:35
Replies: 731
Views: 752,754
Posted By davidkoh007
Re: Soccer Jam v2.07a

1.8.3 has dhudmessage already implemented inside, colorchat too i think, so it interferes with the custom include files. Gotta use the 1.8.2
Forum: Approved Plugins 07-06-2017, 15:21
Replies: 731
Views: 752,754
Posted By davidkoh007
Re: Soccer Jam v2.07a

TacoMx: Check the sj_plus_public.cfg, there's a settings called SCORE_LIMIT, just change it to your desired value.
Just tell me, did you use the provided include files from soccerjamplus.zip? Also...
Forum: Scripting 07-04-2017, 16:00
Replies: 5
Views: 1,121
Posted By davidkoh007
Re: Slow down rolling ball

Thanks, friction was the right keyward to look for. However, I was trying overridescript, changing material surface, also m_flFriction, all these affected the ball touch with the world, but only when...
Forum: Scripting 07-03-2017, 18:17
Replies: 5
Views: 1,121
Posted By davidkoh007
Slow down rolling ball

Hey, I'm working on a SJ mod for CSGO and I got a prop_sphere.

When I kick the ball and it starts rolling on a flat floor, It seems that it will never stop rolling. It's slowing down a bit but not...
Forum: Suggestions / Requests 07-03-2017, 11:23
Replies: 14
Views: 4,987
Posted By davidkoh007
Re: SOCCERJAM Ball

https://forums.alliedmods.net/showpost.php?p=2533155&postcount=720
Forum: Approved Plugins 07-03-2017, 11:16
Replies: 731
Views: 752,754
Posted By davidkoh007
SoccerJamPlus Public Original by OneEyed,...

SoccerJamPlus Public Original by OneEyed, continued support by Doondook & DK.
current version: 2.1.1

Hi, since this plugin's official support has been discontinued long time ago, Doondook has...
Forum: Suggestions / Requests 07-03-2017, 09:57
Replies: 2
Views: 1,072
Posted By davidkoh007
Re: Soccerjam Multi-Ball Plugin and Sma Pls

https://forums.alliedmods.net/showpost.php?p=2533155&postcount=720
Forum: Suggestions / Requests 12-16-2016, 10:01
Replies: 2
Views: 1,005
Posted By davidkoh007
Re: Christmas Tree playing Christmas carols

Ok this seems to be working for me. If someone wants it feel free to use it.
However it is a shit code from me and contains following bugs or inconviences:

1) tree doesnt stop playing after...
Forum: Scripting Help 12-15-2016, 20:38
Replies: 4
Views: 1,296
Posted By davidkoh007
Re: emit_sound problem

Oh yes its working now. Thank you very much, you awesome.
Forum: Scripting Help 12-14-2016, 17:46
Replies: 4
Views: 1,296
Posted By davidkoh007
Re: emit_sound problem

Did as instructed here https://developer.valvesoftware.com/wiki/Looping_a_Sound through GoldWave but with no luck.
Forum: Scripting Help 12-14-2016, 15:45
Replies: 4
Views: 1,296
Posted By davidkoh007
emit_sound problem [SOLVED]

Hi, I have this plugin of xPaw which I've modified a bit

#include < amxmodx >
#include < amxmisc >
#include < engine >

new const MODEL[ ] = "models/christmas_tree1.mdl";
new const Sound [] =...
Forum: Suggestions / Requests 12-14-2016, 03:33
Replies: 2
Views: 1,005
Posted By davidkoh007
Re: Christmas Tree playing Christmas carols

Ok, nvm I didn't merge them and simply added emit_sound to the tree entity. The song starts playing, the entity gets saved on map BUT on map restart the song doesnt start playing, just the tree is...
Forum: Approved Plugins 12-12-2016, 09:45
Replies: 79
Views: 73,655
Posted By davidkoh007
Re: Model/Sprite Spawner w/ Auto-Respawner

can i spawn a model that plays some certain music? like the radio in cs italy
Forum: Suggestions / Requests 12-12-2016, 06:44
Replies: 2
Views: 1,005
Posted By davidkoh007
Christmas Tree playing Christmas carols [SOLVED]

Hi,

Can someone please edit this plugin by xPaw

https://forums.alliedmods.net/showpost.php?p=1023698&postcount=5

so when I spawn the tree (or the tree spawns itself on map change/restart),...
Forum: Suggestions / Requests 04-02-2015, 15:54
Replies: 3
Views: 978
Posted By davidkoh007
Re: [Help] Soccerjam & Disable Knife

https://forums.alliedmods.net/showpost.php?p=473792&postcount=14?p=473792&postcount=14
Forum: Suggestions / Requests 03-31-2015, 09:27
Replies: 3
Views: 1,132
Posted By davidkoh007
Re: ALL Admin list from USERS.INI

Fysiks: Or like that yeah. I would love to script it myself if I had the education. I have tried steam community in motd and it works surprisingly well hah. E: As i think about it right now, your...
Forum: Suggestions / Requests 03-30-2015, 13:31
Replies: 3
Views: 1,132
Posted By davidkoh007
ALL Admin list from USERS.INI

Hi guys, i am looking for a plugin(CS1.6), which lists ALL admins (not just the online ones) in a window from users.ini upon typing /admins in chat.

I got an idea of a specific listing too - when...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT -4. The time now is 15:43.


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