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

Showing results 1 to 25 of 113
Search took 0.01 seconds.
Search: Posts Made By: jonatat
Forum: Scripting Help 04-21-2021, 05:48
Replies: 5
Views: 704
Posted By jonatat
Re: Do not kick if HLTV

My bad, working! Thanks!
Forum: Scripting Help 04-20-2021, 12:18
Replies: 5
Views: 704
Posted By jonatat
Re: Do not kick if HLTV

added but same problem
Forum: Scripting Help 04-20-2021, 09:22
Replies: 5
Views: 704
Posted By jonatat
Do not kick if HLTV

I have simple code to check if player steamid in database. Any ideas how to NOT CHECK HLTV STEAMID?

public client_authorized(id)
{
new auth[32];
get_user_authid(id, auth, sizeof (auth));
...
Forum: Scripting Help 04-20-2021, 04:14
Replies: 3
Views: 15,925
Posted By jonatat
Re: Read from .txt file anywhere?

Ok so i figgured out:

stock GetMatchID()
{
new szDirectory[ 128 ];
get_configsdir( szDirectory, charsmax( szDirectory ) );
add( szDirectory, charsmax( szDirectory ), "/gameid.txt" );

new...
Forum: Scripting Help 04-20-2021, 01:44
Replies: 3
Views: 15,925
Posted By jonatat
Read from .txt file anywhere?

Hello guys. Im tryingo todo to read .txt file in anywhere. My code:

stock GetMatchID()
{
new fp = fopen("addons/amxmodx/configs/gunid.txt"), gettheid[100];
while (!foef(fp));
{
new...
Forum: Scripting Help 04-19-2021, 10:24
Replies: 6
Views: 758
Posted By jonatat
Re: Write to .txt file and put +1

WORKING! Thanks CrazY :grrr:
Forum: Scripting Help 04-19-2021, 10:13
Replies: 6
Views: 758
Posted By jonatat
Re: Write to .txt file and put +1

Thanks, working. BUT in file i'm getting now "1213" :) And can u make to BE: A1, A2, A3 and etc? Thanks CrazY
Forum: Scripting Help 04-19-2021, 10:00
Replies: 6
Views: 758
Posted By jonatat
Write to .txt file and put +1

Hello folks. I try to make simple thing. I need to wirte to .txt file and put +1. Example: I got file called numbers.txt, in this file i got number 1. I need to add +1 to that file and get 2.

My...
Forum: Scripting Help 04-17-2021, 13:08
Replies: 6
Views: 848
Posted By jonatat
Re: Whats wrong in this mysql?

Same problem... I dont get it why...
Forum: Scripting Help 04-17-2021, 06:48
Replies: 6
Views: 848
Posted By jonatat
Forum: Scripting Help 04-17-2021, 05:44
Replies: 6
Views: 848
Posted By jonatat
Whats wrong in this mysql?

I need to kick player if they STEAMID are not in database.

public client_authorized(id)
{
new auth[32];
get_user_authid(id, auth, sizeof (auth));

new Handle:query =...
Forum: Suggestions / Requests 07-26-2018, 12:25
Replies: 16
Views: 2,377
Posted By jonatat
Re: Suggest: Disconnected player banmenu

CrazY^ i'm using amx_ban command. Can u make it for me another menu? I need to make another menu then selected player with banreason. Example

Disconnected players menu

1) Player1
2) Player2
...
Forum: Scripting Help 07-25-2018, 17:20
Replies: 9
Views: 1,590
Posted By jonatat
Re: How can i get steamid of this menu?

I dont understand how it works for u? I checked and i think your last posted plugin is totally mess...
Forum: Scripting Help 07-25-2018, 14:56
Replies: 9
Views: 1,590
Posted By jonatat
Re: How can i get steamid of this menu?

Check if userid is corret
Forum: Suggestions / Requests 07-25-2018, 13:38
Replies: 16
Views: 2,377
Posted By jonatat
Re: Suggest: Disconnected player banmenu

Why u don't answer in my question? Do u hear about PUG? Let's play PUG and have 10 ppl disconnected, so everytime admin need to use console and write amx_last and then amx_ban and etc... :D Every...
Forum: Suggestions / Requests 07-25-2018, 10:12
Replies: 16
Views: 2,377
Posted By jonatat
Re: Suggest: Disconnected player banmenu

Do u ever hear about PUG? Every admin writes in console and baning players? Rly?
Forum: Suggestions / Requests 07-25-2018, 08:21
Replies: 16
Views: 2,377
Posted By jonatat
Re: Suggest: Disconnected player banmenu

Then last time i check amx_last it does not have menu, correct if i wrong.
Forum: Suggestions / Requests 07-25-2018, 08:19
Replies: 16
Views: 2,377
Posted By jonatat
Re: Suggest: Disconnected player banmenu

Just use AMXBANS. In this forum rarely gets help
Forum: Suggestions / Requests 07-24-2018, 13:29
Replies: 6
Views: 1,020
Posted By jonatat
Forum: New Plugin Submissions 07-22-2018, 05:02
Replies: 60
Views: 38,030
Posted By jonatat
Forum: New Plugin Submissions 07-21-2018, 14:46
Replies: 60
Views: 38,030
Posted By jonatat
Re: CSstatsX SQL

Can add command to turn off and tur on this plugin? Like example csstats_ enable 1 and csstats_enable 0. Why? Becouse if user use this plugin in pug mod and pug have warmup dont save player stats...
Forum: Scripting Help 07-21-2018, 12:51
Replies: 0
Views: 418
Posted By jonatat
csstats saving edit

Can someone make to turn off this plugin and if i want to turn on?

Like example: csstats_enable 1 = turns on, csstats_enable 0 = turns off.

Why i need this? csstats_sql_weapons if i set to 0...
Forum: Scripting Help 07-17-2018, 11:20
Replies: 1
Views: 497
Posted By jonatat
Whats wrong with this SQL syntax?

formatex( szQuery2, 999, "INSERT INTO `match_players` (`steam_id`, `username`, `kills`, `deaths`, `team`, `match_id`) VALUES ('%s', '%s', '%d', '%d', '%d', '%s') ON DUPLICATE KEY UPDATE `steam_id` =...
Forum: Suggestions / Requests 07-13-2018, 16:38
Replies: 15
Views: 2,727
Posted By jonatat
Forum: Suggestions / Requests 07-13-2018, 10:42
Replies: 15
Views: 2,727
Posted By jonatat
Showing results 1 to 25 of 113

 
Forum Jump

All times are GMT -4. The time now is 19:28.


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