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

Showing results 1 to 25 of 257
Search took 0.02 seconds.
Search: Posts Made By: deprale
Forum: New Plugin Submissions 11-06-2023, 07:37
Replies: 7
Views: 4,083
Posted By deprale
Re: [RE] FASTCUP Tactical Timeout (Pause Plug-in)

Thank you - however I don't want to do this as this code is embarrassing, I've looked through it and there's so many things I could've done better lol, I was such a newbie back then it's not even...
Forum: Scripting Help 11-06-2023, 07:14
Replies: 4
Views: 673
Posted By deprale
Re: Automatic Paypal payment

Or... simpler just generate invoices and send it to their emails LOL, so much easier!!! This way everything is server-sided, and can't be hacked.
Forum: Scripting Help 10-30-2023, 08:23
Replies: 7
Views: 777
Posted By deprale
Re: Restrict FPS of specific player

cvars can be faked, instead there are better ways to check for high fps.
Forum: New Plugin Submissions 09-02-2023, 20:38
Replies: 3
Views: 2,059
Posted By deprale
Re: Real time chat translator

Get off his dick bro, him uploading that to github probably saved countless people from just downloading the .amxx and post 'why no work?!' 300 times under the thread, I swear people just get dumber...
Forum: Scripting Help 04-03-2023, 08:26
Replies: 6
Views: 691
Posted By deprale
Re: grenade miss check

Oh it wasn't a critique to your reply Bugsy, I was throwing suggestions at the OP, he doesn't look clueless so I didn't bother writing any code.
Forum: Scripting Help 04-03-2023, 08:18
Replies: 6
Views: 691
Posted By deprale
Re: grenade miss check

Depends, if you want it the easy way purpose damage detector you'd hook ham takedamage and check damagebits type DMG_GRENADE. Simple.

You could also hook when the grenade explodes, and use...
Forum: Suggestions / Requests 03-28-2023, 03:51
Replies: 1
Views: 435
Posted By deprale
Re: Help with this shield bug!

update hlds/rehlds version
Forum: Suggestions / Requests 03-15-2023, 00:44
Replies: 14
Views: 3,769
Posted By deprale
Re: GameGuard (Will this work?)

why is everyone helping him with this non-working junk? is it easier than to explain that this does absolutely nothing?
Forum: Scripting Help 03-12-2023, 01:23
Replies: 8
Views: 949
Posted By deprale
Re: Learning scripting in amx mod x but I can't find the functions of "register_event

Look in csx.inc, hamsandwich.inc, fun.inc, cstrike.inc and other .inc files to see what you can do. They are located in addons/amxmodx/scripting/include/

Especially look for the keyword "forward",...
Forum: Suggestions / Requests 03-10-2023, 22:53
Replies: 6
Views: 767
Posted By deprale
Re: calladmin discord

please just edit it out lmao you're gonna get your account banned
Forum: New Plugin Submissions 03-09-2023, 22:50
Replies: 4
Views: 1,038
Posted By deprale
Re: Need rehlds pugmod plz..

https://github.com/SmileYzn/MatchBot
https://github.com/SmileYzn/RePugMod
Forum: Suggestions / Requests 03-02-2023, 22:26
Replies: 2
Views: 593
Posted By deprale
Re: 3rd Person Transparent?

https://github.com/davidkohout/SoccerjamPlusPublic/blob/master/soccerjam%2B.sma#L5517
Forum: HL1 Servers (HLDS) 03-01-2023, 23:31
Replies: 2
Views: 8,394
Posted By deprale
Re: FATAL ERROR (shutting down): Unable to initialize Steam. ./hlds_run: line 255

Necropost but have just stumbled upon the same issue and couldn't find a fix.

What fixed my issue is removing the +map de_dust2 parameter (I was missing the map).
Forum: Suggestions / Requests 02-20-2023, 23:05
Replies: 4
Views: 936
Posted By deprale
Re: server performance on mysql connection accross other plugins

I fixed this by completely just not using mysql at all, but rather communicate with my mongodb through a crud api, with amxxeasyhttp, i can do all queries whenever and it won't lag the server or hang...
Forum: Suggestions / Requests 02-15-2023, 06:51
Replies: 4
Views: 758
Posted By deprale
Re: Show Zombie Health Left Plugin

https://github.com/Hun1eR/Print-Center-Fix
Forum: Suggestions / Requests 02-13-2023, 07:33
Replies: 4
Views: 936
Posted By deprale
Re: server performance on mysql connection accross other plugins

why not just make one plugin that connects to the database and make the others send the info to that one?
Forum: Scripting Help 02-13-2023, 07:31
Replies: 4
Views: 1,032
Posted By deprale
Re: MSG_ReadBitString: buffer overflow error

give us the source code or you want us to guess what the problem is lol
Forum: General 02-13-2023, 07:18
Replies: 2
Views: 667
Posted By deprale
Re: Can't install the server

It no longer works at all, confirmed on my pc, my linux vm, another shared hosting vm too all same issues it's either 0x2 or 0x6 failed installation.
Forum: Scripting Help 02-05-2023, 21:52
Replies: 3
Views: 587
Posted By deprale
Re: Disable Time Remaining Text

that's true... also the green chat can be con_color that's why I thought it's timeleft, anyway the easiest way to check which plugin does that is to get "Everything" portable version, indicate the...
Forum: Scripting Help 02-05-2023, 13:15
Replies: 3
Views: 587
Posted By deprale
Re: Disable Time Remaining Text

remove timeleft.amxx from plugins.ini
Forum: Suggestions / Requests 02-05-2023, 06:31
Replies: 1
Views: 707
Posted By deprale
Re: Best way to limit nade buy?

idk if im allowed to link external sources but if you also happen to use reapi you can use this one:
https://dev-cs.ru/resources/504/

or you can just hook the client commands of buying the...
Forum: Scripting Help 01-28-2023, 22:11
Replies: 6
Views: 858
Posted By deprale
Re: deathrun used buttons

// INCLUDES
#include <amxmodx>
#include <hamsandwich>
#include <cstrike>
#include <colorchat>

new bool:g_bFreeRound,
bool:g_bUsedButton,
g_synced
Forum: Suggestions / Requests 01-24-2023, 23:28
Replies: 2
Views: 792
Posted By deprale
Re: how to trigger new round event

https://forums.alliedmods.net/showthread.php?t=340389
Forum: Suggestions / Requests 01-24-2023, 21:06
Replies: 9
Views: 978
Posted By deprale
Re: Remove bodies of disconnected players

a value of sv_timeout 10 would be ideal, imho if your pc freezes for more than that or your internet is so bad that your whole connection stutters for 10+ seconds then you deserve a kick.

I...
Forum: Scripting Help 01-23-2023, 23:37
Replies: 4
Views: 643
Posted By deprale
Re: Spectator -> CT or T bug

try adding this before the user alive check

set_pev(id, pev_deadflag, DEAD_RESPAWNABLE)
dllfunc(DLLFunc_Think, id)
Showing results 1 to 25 of 257

 
Forum Jump

All times are GMT -4. The time now is 10:42.


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