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

Showing results 1 to 25 of 111
Search took 0.03 seconds.
Search: Posts Made By: nacknic
Forum: Scripting Help 07-29-2021, 01:14
Replies: 2
Views: 771
Posted By nacknic
How to find Steam Id locally

https://youtu.be/wtREwYZvMJw
Forum: Scripting Help 06-06-2021, 03:53
Replies: 1
Views: 551
Posted By nacknic
is there way get count of client cvarlist ?

i dont really need all the cvar just the line with: "405 Total CVars" *not always 405
(1 before last line)
this is my first try i get: "Bad Cvar Request"

#include <amxmodx>
#include...
Forum: Scripting Help 06-04-2021, 11:51
Replies: 0
Views: 462
Posted By nacknic
Forum: Scripting Help 05-24-2021, 12:28
Replies: 2
Views: 507
Posted By nacknic
Re: simple question - problem with setting pass with parm

thank this work for me :

#include <amxmodx>

new sv_password
public plugin_init() {
sv_password = get_cvar_pointer("sv_password")
register_clcmd("say !setpass", "set_pass")
}
Forum: Scripting Help 05-24-2021, 10:33
Replies: 2
Views: 507
Posted By nacknic
simple question - problem with setting pass with parm

set_pcvar_string(cvar_Pass, pass) //get pass from another program
.
.
.
new spass[11]
get_pcvar_string(cvar_Pass, spass, charsmax(spass))
...
Forum: Scripting Help 01-26-2021, 06:59
Replies: 6
Solved sql in amx ?
Views: 951
Posted By nacknic
Re: sql in amx ?

hahaha thank you, it was late at night when i was wrote this shit.
and after spend 1h i was manage to fix xampp problems.
and because the db on my xampp on my pc and the server far from me i set...
Forum: Scripting Help 01-25-2021, 16:42
Replies: 6
Solved sql in amx ?
Views: 951
Posted By nacknic
Re: sql in amx ?

thank i will check tomorrow
Forum: Scripting Help 01-25-2021, 10:57
Replies: 6
Solved sql in amx ?
Views: 951
Posted By nacknic
Re: sql in amx ?

i cant see the result where is the problem? or where im wrong ?
Forum: Scripting Help 01-24-2021, 12:03
Replies: 6
Solved sql in amx ?
Views: 951
Posted By nacknic
sql in amx ?

fixed!

#include <amxmodx>
#include <sqlx>

new Handle:SQL_Tuple
new Handle:SQL_Connection
public plugin_init() {
register_clcmd( "say /getusers", "sql_con" )
}
Forum: Scripting Help 08-13-2020, 01:44
Replies: 6
Views: 855
Posted By nacknic
Re: problem with reading from socket

solved:
1. timing the socket_change and socket_is_readable miss info from client, so needed to do task often.
2. reset the data array.
3. format the data

because its very often, the server got...
Forum: Scripting Help 08-12-2020, 18:44
Replies: 6
Views: 855
Posted By nacknic
Re: problem with reading from socket

in short: i wrote server.
amx connect to the server.
amx listening with socket_change or socket_is_readable in task, but those functions not notice the input from the server, almost all the time.
...
Forum: Scripting Help 08-12-2020, 15:35
Replies: 6
Views: 855
Posted By nacknic
Forum: Scripting Help 08-11-2020, 10:44
Replies: 6
Views: 855
Posted By nacknic
Re: problem with reading from socket

listening socket, read data
Forum: Scripting Help 08-11-2020, 07:27
Replies: 6
Views: 855
Posted By nacknic
problem with reading from socket

the problem:
socket_is_readable and socket_change not notice input from the socket.


#include <amxmodx>
#include <sockets>

#define ADDRESS "xx.xxx.xxx.xxx" // i hide my ip
#define PORT 1000...
Forum: General 08-11-2020, 01:53
Replies: 9
Views: 4,489
Posted By nacknic
Re: Update AMX MOD cs 1.6

damn i I succeeded, i will upload and share hope today
Forum: General 08-11-2020, 01:43
Replies: 9
Views: 4,489
Posted By nacknic
Re: Update AMX MOD cs 1.6

hey have same problem, no one is uploaded 1.9 version in simple installation? or real tutorial ?
Forum: Scripting Help 04-06-2020, 23:43
Replies: 13
Views: 1,600
Posted By nacknic
Re: screenshot more then one image

i have from my version 1.0 java code that i builld its do screenshot but shooting not just in cs 1.6


//screenshot
File file = new File("./" + random_double + ".jpg");
Robot...
Forum: Scripting Help 04-06-2020, 04:12
Replies: 13
Views: 1,600
Posted By nacknic
Re: screenshot not working why ?

hey my friend help me with bug of 2 pic instead 1:


public ssFunc(id) {

if( get_user_flags(id) & ADMIN_KICK )
{
new player[32]
new num
get_players(...
Forum: Scripting Help 04-05-2020, 12:44
Replies: 13
Views: 1,600
Posted By nacknic
Re: screenshot not working why ?

yes after i try i get this... THANK YOU (and i was thinking the screenshot needed to be in userdata folder and its not its in cstrike :)
Forum: Scripting Help 04-05-2020, 12:43
Replies: 13
Views: 1,600
Posted By nacknic
Re: screenshot not working why ?

my anti cheat work! i try woth another people, but i upgrade version its my 1.1.

why so negative ?
Forum: Scripting Help 04-05-2020, 12:42
Replies: 13
Views: 1,600
Posted By nacknic
Re: screenshot not working why ?

i did this lol before looking her, but have still bug its do 2 pic not 1 not k
now why:


public plugin_init( ) {

register_concmd("say !ss", "ssFunc" )
}
Forum: Scripting Help 04-05-2020, 05:15
Replies: 13
Views: 1,600
Posted By nacknic
screenshot more then one image

by my friend help bug more then one screenshot fixed, the code her:


public ssFunc(id) {

if( get_user_flags(id) & ADMIN_KICK )
{
new player[32]
new num
...
Forum: Trash 02-28-2020, 02:50
Replies: 6
Views: 4,024
Posted By nacknic
Re: [TUT] found Steam location+ActiveUser

thank you, and i write what the code do :)
Forum: Trash 02-28-2020, 02:50
Replies: 6
Views: 4,024
Posted By nacknic
Re: [TUT] found Steam location+ActiveUser

I posted two different things:
1. my full code for kind an anti cheat v1.0 (screenshot from the software)
2. here - how get steamPath location + how to get ActiveUser from valve its part of my new...
Forum: Trash 02-24-2020, 05:47
Replies: 6
Views: 4,024
Posted By nacknic
[TUT] found Steam location+ActiveUser

Written by me (Doron Bachar) in java.

if you try get into screenshot folder there problem:
1. you dont know where the user install the steam
2. for each user valve give "ActiveUser" (like id) so...
Showing results 1 to 25 of 111

 
Forum Jump

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


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