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

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: riste.kgb
Forum: Scripting Help 02-03-2020, 14:18
Replies: 2
Views: 690
Posted By riste.kgb
Re: File read and saving in Dyn array not works

Yes that was the problem.

Now next problem is precachin models, it won't precache any new model i put in vips.ini for that vip member:



public plugin_precache(){
g_playerData =...
Forum: Scripting Help 02-02-2020, 07:44
Replies: 2
Views: 690
Posted By riste.kgb
File read and saving in Dyn array not works

I'm reading the vips from vips.ini file, but when called function ReloadFile in public precache (to precache models) and in public_init to reload admins and put them in array so later can be used for...
Forum: Unapproved/Old Plugins 12-01-2019, 05:39
Replies: 10
Views: 5,269
Posted By riste.kgb
Re: AMXX Gag v1.5.0 ReEDIT

If style 1 is bugged but style 0 is okay, why then it was bugged putting numbers from native and setting in array isn't working ? i've experienced that in my first version of ZP vip system and i had...
Forum: Unapproved/Old Plugins 11-30-2019, 09:20
Replies: 10
Views: 5,269
Posted By riste.kgb
Re: AMXX Gag v1.5.0 ReEDIT

I know that "states", but i state that is wrong.

I'm using style 1 in my zp vip system v2.3 and everything works as should be. With style 0 that wasn't working correctly.
Forum: Unapproved/Old Plugins 11-30-2019, 07:50
Replies: 10
Views: 5,269
Posted By riste.kgb
Re: AMXX Gag v1.5.0 ReEDIT

Doesn't matter if it is style 1. I've experienced much more bugs with using style 0 than style 1.

I've created it for those who asked me from other forums so they can easily find it. Maybe ill...
Forum: Unapproved/Old Plugins 11-29-2019, 18:59
Replies: 10
Views: 5,269
Posted By riste.kgb
AMXX Gag v1.5.0 ReEDIT

Original Authors: xPaw & Exolent.

I've made this plugin for those people asked me from Kgb Hosting about making API that will communicate with another plugins.


v1.5.0 API Changelog
...
Forum: Unapproved/Old Plugins 11-15-2019, 08:31
Replies: 13
Views: 7,503
Posted By riste.kgb
Re: ZP VIP System

Update v2.4

Update v2.4

- Fixed bug with flags for registering extra items. Now if vip doesn't have that flag for item, he can not buy it.
- Fixed bug that can dead player open vip extra...
Forum: Scripting Help 11-15-2019, 08:19
Replies: 8
Views: 1,441
Posted By riste.kgb
Re: searching string inside another string

I've checked first how i put in array the flags then i see that it was wrong in native, i forgot to add
param_convert(5), and there it happens that bug. So now it's fixed.

It appears that is not...
Forum: Scripting Help 11-15-2019, 06:07
Replies: 8
Views: 1,441
Posted By riste.kgb
Re: searching string inside another string

I experienced it right now.
Forum: Scripting Help 11-15-2019, 05:58
Replies: 8
Views: 1,441
Posted By riste.kgb
Re: searching string inside another string

I forgot it is 1.8.2 amxx version, and this is bugged.

functions:

strfind()
contain()
containi()
Forum: Scripting Help 11-15-2019, 05:55
Replies: 8
Views: 1,441
Posted By riste.kgb
Re: searching string inside another string

I know, i did that again but there is bug and it is not even checking.


Again not works i even did multiple checks

if(strfind(data[something],string) != -1) || !strfind(data[something,string)...
Forum: Scripting Help 11-15-2019, 05:47
Replies: 8
Views: 1,441
Posted By riste.kgb
searching string inside another string

if(strfind(data[Something], string) !== -1) {
return true;
} else {
return false;
}


It doesn't work.

Also contain, containi is not working properly. What's the point to exists these...
Forum: Unapproved/Old Plugins 11-13-2019, 14:19
Replies: 13
Views: 7,503
Posted By riste.kgb
Re: ZP VIP System

Guys, new version has been released.


Update v2.3
- Added vip extra items menu, say /vm to open vip menu.
- fixed several bugs with natives


API implementation
Forum: Unapproved/Old Plugins 11-09-2019, 06:50
Replies: 13
Views: 7,503
Posted By riste.kgb
Re: ZP VIP System

you've got credits. Ill reedit and change how will this work.

I didnt have time to edit because i was got too many bugs to be fixed. now i think its fixed bug with precaching.

PS: Data storing...
Forum: Unapproved/Old Plugins 11-09-2019, 06:33
Replies: 13
Views: 7,503
Posted By riste.kgb
Re: ZP VIP System

i edited the message,and i copied only in file reading/writting in ReloadFile. I told u doni in steam if u didn't remember.

I copied only that in realodfile bcz i had something bugged in file...
Forum: Unapproved/Old Plugins 11-09-2019, 05:55
Replies: 13
Views: 7,503
Posted By riste.kgb
Re: ZP VIP System

for the suggestion #2: - For now it will be like this, it's working very well every round the player model is reseting as it means to be.
ML - will be added later when i finish with /vm menu.
...
Forum: Unapproved/Old Plugins 11-08-2019, 14:43
Replies: 13
Views: 7,503
Posted By riste.kgb
Re: ZP VIP System

Plugin is updated.

Read the first post about the change and new features that will be live soon.

It's recommended to update the plugin, so the new version comes without bugs.
Forum: Unapproved/Old Plugins 11-06-2019, 14:25
Replies: 13
Views: 7,503
Posted By riste.kgb
ZP VIP System

Note: This plugin requires that you have enabled this plugin https://forums.alliedmods.net/showthread.php?t=161255 in order to work

Plugin version: 2.3 [ New version released.Scroll down to see...
Forum: Scripting Help 10-24-2019, 10:28
Replies: 2
Solved arrays help
Views: 1,016
Posted By riste.kgb
Re: arrays help

The problem is not in iHour, because if i debug that array it will print the current hour. But the problem is in

iConfig array which i was used from function ArrayGetArray(g_serverData,i,iConfig)...
Forum: Scripting Help 10-24-2019, 10:10
Replies: 2
Solved arrays help
Views: 1,016
Posted By riste.kgb
arrays help

I'm trying to read the data from the cfg file, hovewer it's bugged. And it's bugged only in static function that checks for freevip time here is the code:

has_freevip_flag(const flag[]){
static...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT -4. The time now is 02:18.


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