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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: plowed
Forum: Unapproved/Old Plugins 01-10-2012, 15:33
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

change

kz_sql_file = register_cvar("kz_sql_file", "80.216.4.119/top15")
to
kz_sql_file = register_cvar("kz_sql_files", "80.216.4.119/top15")

dont know if it work then, but it should.
...
Forum: Unapproved/Old Plugins 12-21-2011, 05:49
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

I dont know exactly. NucL3ra (http://forums.alliedmods.net/member.php?u=41581) posted this some month ago and he said its not important so you can remove it if you want.

Generally the extension...
Forum: Unapproved/Old Plugins 12-11-2011, 04:57
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

@berix:You have to add this

stock kz_update_plrname(id)
{
new createinto[1001], authid[32], name[32]
get_user_authid(id, authid, 31)
get_user_name(id, name, 31)

if (...
Forum: Unapproved/Old Plugins 09-29-2011, 13:55
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

Without db it wont work. Its simple if you have phpmyadmin just create a database with the name you write in kz_sql_db .. ex: top15.

and kz_sql_host is the ip where you host the database.

dont...
Forum: Unapproved/Old Plugins 09-26-2011, 13:00
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

Where do you saved the php files?
You need smth like this
kz_sql_file "http://www.247cs.de/top15/"
http://www.247cs.de/top15/map.php
Forum: Unapproved/Old Plugins 09-26-2011, 08:10
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

change "kz_sql_files" to "kz_sql_file" in the .cfg. Its a typo from nuclear
Forum: Unapproved/Old Plugins 08-28-2011, 06:30
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

ofc you need a database its even betterwhen you an external database. (no lags)
Do you have phpmyadmin? You need to create a DB first. The rest is easy

Its okay but dont use your hostname, use...
Forum: Unapproved/Old Plugins 08-18-2011, 14:00
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

Did not test it. But 1 more suggestion:

Maybe you can add links for that to sort the ranking
http://s1.directupload.net/images/110818/y247bve3.jpg (http://www.directupload.net)
Sort it...
Forum: Unapproved/Old Plugins 08-08-2011, 14:46
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

I dont have access to the files I just give the files to our techadmin. But I change it next time. I know that was lame ^^:bacon!: sry

@NucL3ra: I cant compile

Error: Undefined symbol...
Forum: Unapproved/Old Plugins 08-08-2011, 10:21
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

hmm its now the second time that all playername got resettet (with no reason...)

http://www.247cs.de/top15/players.php
Only if the Player connect after that reset the name is updated..
In the...
Forum: Unapproved/Old Plugins 08-06-2011, 11:15
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

prorecords count false I guess:
http://www.247cs.de/top15/player.php?authid=STEAM_0:0:34524944
Forum: Unapproved/Old Plugins 07-29-2011, 18:24
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

Nice ;)
some suggestions for the stats:

-add lastpro in the menu
-add nubrecords in Playerrecords listing
-show maps in maplisting that are even done without prorecord (someone finished it with...
Forum: Unapproved/Old Plugins 07-18-2011, 17:56
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

I mean at the script because I have a bit modified version of prokreedz and want to add that. :/



http://www.247cs.de/top15/map.php

(at clintmo_bhoptoon)
Forum: Unapproved/Old Plugins 07-18-2011, 16:29
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

Nuclear there is a typo

kz_sql_files is the cvar

But you wrote in the description

kz_sql_file without the "s"

BTW: it would be nice if you add a flag when the country of a user is not...
Forum: Unapproved/Old Plugins 07-17-2011, 17:56
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

Nuclear you rly should update your first post cuz

kz_sql_file = register_cvar("kz_sql_files", "http://kz-romania.com/top15kz")
And you wrote

It cost me 2 hours to find that ://
Forum: Unapproved/Old Plugins 07-04-2011, 16:27
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

thanks :) Works so far but one weird bug I dont know ^^

http://s1.directupload.net/images/110704/xdfnl8cm.jpg (http://www.directupload.net)

seconds ok but minutes are...:/
Forum: Unapproved/Old Plugins 07-04-2011, 13:38
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

I want to add a timer increace when scout usage.

I though something like this.

if(user_has_weapon(i,CSW_SCOUT) && timer_started[i])
{
kz_hud_message(i, "Scout usage. Your Timer set +30...
Forum: Unapproved/Old Plugins 05-24-2011, 08:25
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

So I cant test it with xampp ? I dont get it sorry :shock:
Forum: Unapproved/Old Plugins 05-23-2011, 13:55
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

:( My server can connect to the DB but the file had few errors when I open it (and ingame the modt does not show the page)

Kreedz.cfg


kz_sql_host "127.0.0.1"
kz_sql_file "127.0.0.1/top15"...
Forum: Unapproved/Old Plugins 05-21-2011, 06:56
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

No changes, still get the same error.

btw I testing the prokreedz_sql.amxx on my listenserver with xampp and later vertrigo. On both the plugin cant connect to my mysql server.

2 questions:
...
Forum: Unapproved/Old Plugins 05-20-2011, 17:34
Replies: 1,008
Views: 444,736
Posted By plowed
Re: ProKreedz 2.27

with prokreedz.amxx ?
Tryd the sql one too and isnt working for me.
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 09:54.


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