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

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: l00ka
Forum: General 01-14-2024, 16:28
Replies: 1
Views: 307
Posted By l00ka
Re: Is amxx compatible with 25th year Client Server

Just adding the addons folder to cstrike didn't work, not for versions 1.8.2, 1.8.3, 1.9...
Ok with 1.10 version it works... Old version are broken now?
Forum: General 01-14-2024, 14:14
Replies: 1
Views: 307
Posted By l00ka
Is amxx compatible with 25th year Client Server

Hello,
with the 25th years update we can now create servers from our CS client and other players can connect to them.
But unfourtantly for me it is not possible to use AMXX with the server.
After...
Forum: New Plugin Submissions 03-14-2023, 15:44
Replies: 64
Views: 24,160
Posted By l00ka
Re: Become VIP Plus

Is it possible to make this plugin give flags based on playtime? Or maybe even both kills + playtime.
Forum: Scripting Help 07-09-2020, 12:53
Replies: 4
Views: 811
Posted By l00ka
Re: Problems with mysql table column

This is not working.

I also tried setting directly the value with a timestring.

formatex(gszQuery, charsmax(gszQuery), "INSERT INTO `results` VALUES (%d, %d, 0, 1, 0, 0,'2029-01-01 23:59:59')",...
Forum: Scripting Help 07-08-2020, 13:58
Replies: 4
Views: 811
Posted By l00ka
Re: Problems with mysql table column

query = SQL_PrepareQuery(link,
"CREATE TABLE IF NOT EXISTS `results`( \
id INT(11) UNSIGNED, \
mid INT(11) UNSIGNED, \
besttime INT(11) NOT NULL, \
games INT(11) NOT NULL,...
Forum: Scripting Help 07-08-2020, 12:58
Replies: 4
Views: 811
Posted By l00ka
Problems with mysql table column

Hello,

i got a small issue with a plugin.
The plugin works fine but it throws the following error all the time in the server console:



when I look into the specific table there is indeed in...
Forum: Scripting Help 04-23-2020, 13:16
Replies: 3
Views: 717
Posted By l00ka
Forum: Scripting Help 04-23-2020, 13:14
Replies: 3
Views: 717
Posted By l00ka
Display current command from a player

Hello,
small and stupid question.
How to show in chat for all players the command a player has typed.

e.x a player writes /rs in chat.

The problem is, this command is executed, but in the...
Forum: Scripting Help 04-02-2020, 11:39
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

I found the problem:


case 3:
{
menu_additem(mVIPmenu, "Kevler + Helm", "1", ADMIN_LEVEL_H, 0);
menu_additem(mVIPmenu, "Grenade Pack", "2",...
Forum: Scripting Help 03-30-2020, 14:00
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

I use only this plugins:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version...
Forum: Scripting Help 03-30-2020, 10:41
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

The problem is probably that the returned values from the natives and cvars do not correspond to what is expected. But why? :D
Forum: Scripting Help 03-29-2020, 10:49
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

After trying the result is the same.
Forum: Scripting Help 03-29-2020, 09:43
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

With your code, now I get on each regular kill 60 HP back and on each Headshot kill 0 HP. So, its still not working :|.
Forum: Scripting Help 03-28-2020, 17:06
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

Yes its really weird. :)

here is the code:
/* Plugin created by .l00ka*/

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <hamsandwich>
Forum: Scripting Help 03-28-2020, 14:44
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

The killer should not have more then 100 HP. The problem is that he doesnt get constantly 30 HP on headshot kill or 15 HP on regular kill.

I set max hp to 300 to test how much HP player actually...
Forum: Scripting Help 03-28-2020, 11:35
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

After building in the code from @Napoleon_be and following the advice from @OciXCrom
it still doesn't work 100%. The hp bonus feature is working from the next round but after killing an enemy the...
Forum: Scripting Help 03-28-2020, 10:49
Replies: 16
Views: 2,379
Posted By l00ka
Re: VIP Menu Plugin problems with compiling

Your Example works. Great!
I will try to build it into my Code.
And will post if it works.

Thank you!
Forum: Scripting Help 03-28-2020, 10:29
Replies: 16
Views: 2,379
Posted By l00ka
VIP Menu Plugin problems with compiling

Hello,

I'm currently trying to learn to make amxx plugin and started it by doing an "easy" VIP Menu Plugin.
What it should do, is giving to the VIP an selected feature for next round by choosing...
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT -4. The time now is 20:12.


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