Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: JocAnis
Forum: Scripting Help 05-13-2024, 14:59
Replies: 6
Views: 213
Posted By JocAnis
Re: Killer Assist mess with names in scoreboard

Then you must edit nickchanger blocker..for example add a native which will be connected with those two plugins, or simply allow two nick changes in ~0.1 seconds :)
Forum: Suggestions / Requests 05-13-2024, 14:56
Replies: 14
Views: 355
Posted By JocAnis
Re: [Request] Register System with USERID

I didnt look too much in that code, but in my opinion with their MySQL table structure - you cant get these results, they only have 'name' , 'password' and 'status'. You can only sort columns for...
Forum: Scripting Help 05-13-2024, 11:48
Replies: 6
Views: 213
Posted By JocAnis
Re: Killer Assist mess with names in scoreboard

What do you ask exactly, why plugin doesn't change back your name to the original one? Because every assist plugin will change your original nick to "your nick + assistant nick" to last 0.1 seconds,...
Forum: Suggestions / Requests 05-13-2024, 05:29
Replies: 17
Views: 704
Posted By JocAnis
Re: [req] problem with uq_jumpstats (mysql fix)

well if it is about uq_players table, try to put PRIMARY KEY to authid, change uq_jumsptats.sql:

formatex(CreateInto, 1000, "CREATE TABLE IF NOT EXISTS uq_players (id INT NOT NULL AUTO_INCREMENT...
Forum: Suggestions / Requests 05-08-2024, 07:44
Replies: 17
Views: 704
Posted By JocAnis
Re: [req] problem with uq_jumpstats (mysql fix)

Nice man, you are welcome. Im glad i helped!
Forum: Suggestions / Requests 05-07-2024, 06:09
Replies: 17
Views: 704
Posted By JocAnis
Re: [req] problem with uq_jumpstats (mysql fix)

okay, can you go in uqjumpstats/scripting/includes/uq_jumpstats_sql.inc

after:

if(!SqlConnection)
{
server_print("uq_jumpstats: Could not connect to SQL database; Error #%d: %s", error,...
Forum: Suggestions / Requests 05-06-2024, 11:31
Replies: 17
Views: 704
Posted By JocAnis
Re: [req] problem with uq_jumpstats (mysql fix)

Hm, can you try with setting: utf8mb4_unicode_520_ci
Maybe it will give you better results than utf8mb4_unicode_ci.

If that doesnt work, i would check config of phpmyadmin if it can handle these...
Forum: Suggestions / Requests 05-05-2024, 11:36
Replies: 17
Views: 704
Posted By JocAnis
Re: [req] problem with uq_jumpstats (mysql fix)

i guess you will need to modify utf encoding in the fields you need ("name" in your case)

open /scripting/includes/uq_jumpstats.sql

then change line for creating table for uq_players:

...
Forum: Scripting Help 04-29-2024, 12:07
Replies: 8
Views: 538
Posted By JocAnis
Re: Open MENU on button N

put "register_clcmd("nightvision", "cmdMenu") " in plugin_init() and tell us the results?
Forum: Scripting Help 04-17-2024, 04:57
Replies: 12
Views: 1,001
Posted By JocAnis
Re: Entity disappearing under the ground

@mlibre do you understand [2] is axis for the Z/height? better remove that drawing :D
Forum: New Plugin Submissions 03-12-2024, 20:29
Replies: 8
Views: 1,614
Posted By JocAnis
Re: Private Message (Messages history)

Good job for the effort! But I must ask, is there a real need of this plugin nowadays? Because we have a lot of sites or platforms for communication (Discord, whatsapp, FB, VK, telegram, forums), do...
Forum: Suggestions / Requests 02-12-2024, 10:51
Replies: 10
Views: 705
Posted By JocAnis
Re: [req] auto scoreboard on ded screen

try this?
#include <amxmodx>

const MAX_PLAYERS = 32

public plugin_init()
{
register_event("HLTV", "event_new_round", "a", "1=0", "2=0")
set_task(1.0, "showscores", .flags="b")
}
Forum: Off-Topic 01-17-2024, 19:13
Replies: 87
Views: 58,942
Posted By JocAnis
Re: nVault Editor v0.4 beta

Awesome would be to have a Online edited, but I understand its a lot of re-work...just idea for someone :)
Forum: Scripting Help 12-17-2023, 21:03
Replies: 21
Views: 1,837
Posted By JocAnis
Re: CurWeapon event will fire on Fire

WATCH_D0GS UNITED's code (and whole message) seems like its generated by chatgpt...
Forum: Off-Topic 12-04-2023, 13:21
Replies: 37
Views: 10,561
Posted By JocAnis
Re: I've spent some free time on a project

nice updates :) to me light theme looks more readable if i can say that
also good job for adding comment section, its nice feature to have
Forum: Scripting Help 10-31-2023, 05:53
Replies: 4
Views: 786
Posted By JocAnis
Re: Automatic Paypal payment

Probably the paypal confirmation page does not work because of HTTPS (SSL certificate)
Maybe you can do a alternative solution, which is creating him a unique link, which he will must open in his...
Forum: Off-Topic 08-26-2023, 07:33
Replies: 91
Views: 17,238
Posted By JocAnis
Re: just shut with that pride logo shit, thats not something to be proud about

this better: https://forums.alliedmods.net/showthread.php?t=343410
Forum: Off-Topic 08-23-2023, 19:50
Replies: 37
Views: 10,561
Posted By JocAnis
Re: I've spent some free time on a project

there is a lot of interesting stuff, good job !
Forum: Scripting Help 08-22-2023, 20:18
Replies: 5
Views: 933
Posted By JocAnis
Forum: Off-Topic 07-14-2023, 15:18
Replies: 91
Views: 17,238
Posted By JocAnis
Forum: Suggestions / Requests 04-25-2023, 12:32
Replies: 18
Views: 1,895
Posted By JocAnis
Re: Anty retry for bh

and reset his is_user_retry[ id ] on first infection, otherwise he will be infected on every round cuz of is_user_retry[ id ] = 1
Forum: Suggestions / Requests 04-24-2023, 13:55
Replies: 18
Views: 1,895
Posted By JocAnis
Re: Anty retry for bh

then you wanted to do with get_user_userid( id ), not a entity ID
Forum: Suggestions / Requests 04-21-2023, 13:18
Replies: 18
Views: 1,895
Posted By JocAnis
Re: Anty retry for bh

@mlibre good try!
But it wont work. In case: when playerA disconnect, and dont want to join again, you will infect a new connected player, because he got the ID of playerA who just disconnected..
Forum: Suggestions / Requests 04-17-2023, 12:23
Replies: 18
Views: 1,895
Posted By JocAnis
Re: Anty retry for bh

ok code edited, it will print now chat info if player did retry. test it firstly, so we will know which plugin causes error
Forum: Suggestions / Requests 04-16-2023, 10:56
Replies: 18
Views: 1,895
Posted By JocAnis
Re: Anty retry for bh

can you test this, im using amx_infect "name" command, original code by ConnorMcLeon: https://forums.alliedmods.net/showthread.php?p=555695

so i edited to infect player who used retry on his new...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 05:14.


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