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

Showing results 1 to 25 of 38
Search took 0.01 seconds.
Search: Posts Made By: Croxeye
Forum: Suggestions / Requests 04-18-2016, 12:19
Replies: 1
Views: 581
Posted By Croxeye
Re: Furien MoD

What error you get in console ? Check your logs file to see more informations about that error.
Forum: Scripting Help 03-13-2016, 19:14
Replies: 10
Views: 1,852
Posted By Croxeye
Re: Check if something exists in MySQL Database

It's not emply in my code.. I add correct info (host,user,pw,db) and it works in PHP... but doesn't works in server..
Forum: Scripting Help 03-13-2016, 19:07
Replies: 10
Views: 1,852
Posted By Croxeye
Re: Check if something exists in MySQL Database

I just edit some thing:

#include <amxmodx>
#include <sqlx>

new const Version[] = "0.1";
new Host[] = ""
new User[] = ""
new Pass[] = ""
new Db[] = ""
Forum: Scripting Help 03-13-2016, 15:50
Replies: 10
Views: 1,852
Posted By Croxeye
Re: Check if something exists in MySQL Database

Please I need help about this:

public type_pw(id)
{
new typed_pw[32]

read_args(typed_code, charsmax(typed_pw))
remove_quotes(typed_pwe)

if(equal(typed_pw, ""))
Forum: Scripting Help 03-08-2016, 15:02
Replies: 10
Views: 1,852
Posted By Croxeye
Re: Check if something exists in MySQL Database

I need some help about this code..
Forum: Scripting Help 03-08-2016, 14:09
Replies: 10
Views: 1,852
Posted By Croxeye
Check if something exists in MySQL Database

Can anyone create full code who check if something exists in mysql database ?

..."SELECT 1 FROM `my_table` WHERE `Something` = '%s", Something);

if(SQL_NumResults(hQuery) < 1) {
...
Forum: Suggestions / Requests 02-26-2016, 12:35
Replies: 9
Views: 1,789
Posted By Croxeye
Re: [HELP] VIP Plugin Error

Did you rr server ?
Forum: Suggestions / Requests 02-26-2016, 12:33
Replies: 9
Views: 1,789
Posted By Croxeye
Re: [HELP] VIP Plugin Error

vip.txt add in addons/amxmodx/data/lang folder...
Forum: New Plugin Submissions 02-24-2016, 14:59
Replies: 60
Views: 37,818
Posted By Croxeye
Forum: Suggestions / Requests 02-22-2016, 17:18
Replies: 4
Views: 1,162
Posted By Croxeye
Re: [REQ] Console Command on round start for CS 1.6

https://forums.alliedmods.net/showthread.php?t=42159
Forum: Scripting Help 02-04-2016, 18:02
Replies: 9
Views: 1,669
Posted By Croxeye
Re: stop round end

This ? https://forums.alliedmods.net/showthread.php?t=117782
Forum: Scripting Help 02-04-2016, 17:39
Replies: 1
Views: 575
Posted By Croxeye
Forum: Scripting Help 02-04-2016, 17:01
Replies: 5
Views: 1,721
Posted By Croxeye
Re: Show player rank while spectating

Try this, not tested.


#include <amxmodx>
#include <amxmisc>
#include <csstats>
#include <fakemeta>

#define PLUGIN "Spec Rank"
#define VERSION "1.0"
Forum: Scripting Help 02-01-2016, 14:14
Replies: 4
Views: 1,390
Posted By Croxeye
Re: [help] wtf is wrong with this !!

Your mod is from this site http://zombie-mod.ru/counter-strike/raznoe/5175-zp-zombie-vip-172.html ?

Try to shut down server then put that file in your data/lang folder and then start server again.
Forum: Scripting Help 02-01-2016, 13:56
Replies: 4
Views: 1,390
Posted By Croxeye
Re: [help] wtf is wrong with this !!

Put this in your amxmodx/data/lang file
Forum: Scripting Help 02-01-2016, 13:48
Replies: 9
Views: 1,998
Posted By Croxeye
Re: VIP Knife

Try now.

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <nvault>
#include <fun>

#define PLUGIN "Knife Mod"
#define VERSION "1.0"
Forum: Suggestions / Requests 01-31-2016, 15:28
Replies: 5
Views: 571
Posted By Croxeye
Re: [REQ] Save Admins Data

register_concmd("amx_kick", "cmdKick", ADMIN_KICK, "<name or #userid> [reason]")

public cmdKick(id, level, cid)
{
if (!cmd_access(id, level, cid, 2))
return PLUGIN_HANDLED

new arg[32]...
Forum: Scripting Help 01-31-2016, 14:51
Replies: 9
Views: 1,998
Posted By Croxeye
Re: VIP Knife

new menuBody[512]
add(menuBody, 511, "\rKnife Mod\w^n^n")
add(menuBody, 511, "1. Gravity Knife \y\w^n")
add(menuBody, 511, "2. VIP Knife \y\w^n")
add(menuBody, 511, "3....
Forum: Suggestions / Requests 01-31-2016, 14:03
Replies: 4
Views: 546
Posted By Croxeye
Re: respawn semiclip

https://forums.alliedmods.net/showthread.php?t=1886
Forum: Suggestions / Requests 01-31-2016, 13:48
Replies: 5
Views: 571
Posted By Croxeye
Re: [REQ] Save Admins Data

Deafult admin commands are loggin in addons/amxmodx/logs/L20160xxx

And if you want to long your own command add this line in your code:

log_amx("Kick: ^"%s<%d><%s><>^" kick ^"%s<%d><%s><>^"...
Forum: Scripting Help 01-30-2016, 19:43
Replies: 16
Views: 1,844
Posted By Croxeye
Re: [Help] MySQL & PHP

OK thx Bugsy I will test it.

How to make something like amx_reloadadmins just for this plugin. When I kill some1, I get +1 gold in database automaticly without changing map or rr server. And same...
Forum: Scripting Help 01-30-2016, 19:40
Replies: 9
Views: 1,998
Posted By Croxeye
Re: VIP Knife

Can you explain more what do you want ?
Forum: Scripting Help 01-30-2016, 18:47
Replies: 16
Views: 1,844
Posted By Croxeye
Re: [Help] MySQL & PHP

But when I want to buy something in gold shop, my golds are not removed (item price).
Forum: Scripting Help 01-30-2016, 14:28
Replies: 16
Views: 1,844
Posted By Croxeye
Re: [Help] MySQL & PHP

Thanks Bugsy.. All works fine :D
Forum: Scripting Help 01-30-2016, 10:59
Replies: 16
Views: 1,844
Posted By Croxeye
Re: [Help] MySQL & PHP

AMXX plugin works fine... Golds are saved and I don't have problem with that :D But I want to add golds from PHP Page.

If I kill 100 Player, I will get 100 GOLDS and that golds are saved in...
Showing results 1 to 25 of 38

 
Forum Jump

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


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