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

Showing results 1 to 25 of 396
Search took 0.01 seconds.
Search: Posts Made By: lqlqlq
Forum: Plugins 03-04-2015, 18:02
Replies: 34
Views: 14,760
Posted By lqlqlq
Re: [ALL] Request !

Where is the plugin ? What's happening ? Its alredy fixed or not ?
Forum: Approved Plugins 01-27-2015, 11:14
Replies: 15
Views: 17,223
Posted By lqlqlq
Re: Nades Api

Hello.

This plugin is not compiling over 1.83. I download needed libraries from here (https://forums.alliedmods.net/showthread.php?p=1712101#post1712101), but again - throws errors when compiling...
Forum: Scripting Help 01-22-2015, 09:49
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

to learn the menu functions :D

I confused from here https://forums.alliedmods.net/showthread.php?t=46364

new szData[6], szName[64];
new item_access, item_callback;
//heres the...
Forum: Scripting Help 01-21-2015, 16:40
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

Maybe you catch me - im not verry good in explanations because im from Bulgaria and my english is not well.

Here is minify version of menu:
#include <amxmodx>

public plugin_init()
{...
Forum: Scripting Help 01-21-2015, 16:01
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

I'm happy with amxx 1.83 and this is the first bug I see.
Please, someone in dev team - fix this bug!
Forum: Scripting Help 01-21-2015, 15:29
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

Not working again...
This is bug with new amxx, definitely.

Arkshine, what a mess you gotten ? :D
Forum: Scripting Help 01-21-2015, 14:17
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

If you can help - lets do it, rewrite the plugin to prove your abilities.
This is simplest menu and menu as a menu, what more?
Forum: Scripting Help 01-21-2015, 13:25
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

Dude, i try to pass id, but without success.
I pass only names and i get in handle function. But not working... Every name is the same as first choosed.
I can get id from names by find_player...
Forum: Scripting Help 01-21-2015, 09:05
Replies: 19
Views: 3,459
Posted By lqlqlq
Forum: Scripting Help 01-20-2015, 17:50
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

Yes i use 4493 build.

I added some debugging with client_print (sees in the code)
Players correctly added to menu, but when i choose only first is correct, when i choose again (information is for...
Forum: Scripting Help 01-20-2015, 17:02
Replies: 19
Views: 3,459
Posted By lqlqlq
Re: Strange bug about menus in new amxx menu system

I try with that - not working.
The script is messy in handle function for the menus.
menu_item_getinfo bring back wrong information and maybe its a bug in new versions of amxx.
Forum: Scripting Help 01-20-2015, 15:25
Replies: 19
Views: 3,459
Posted By lqlqlq
Strange bug about menus in new amxx menu system

Hello.
I use last hlds with last amxx and metamod 1.21.
I try to overwrite plmenu with some small plugin and i do this.
Now i have strange bug, when i choose player and reopen menu again, last...
Forum: Module Coding 06-02-2014, 06:53
Replies: 257
Views: 113,417
Posted By lqlqlq
Re: HTTP Resources Manager

Any updates on this?
Forum: Code Snippets/Tutorials 04-15-2014, 14:01
Replies: 32
Views: 42,040
Posted By lqlqlq
Re: [INC] nVault Utility

How to grab current position of entry by name ?

public CmdRank(id) {
new hVault1 = nvault_util_open( "hnsxp" );

new name[32]
new iPos1;
new Giverank[32]
new iTimeStamp...
Forum: Suggestions / Requests 03-28-2014, 05:50
Replies: 1
Views: 677
Posted By lqlqlq
refill all weapons ammo on headshot

Can someone me give a full code to do this ?
Forum: Suggestions / Requests 02-19-2014, 08:14
Replies: 1
Views: 656
Posted By lqlqlq
detect if using unblockent

I try to count with bool cnt2[id] how many times i use unblockent of this function:

public cmdLockBlock(id)
{
if (!access(id, LOCK_BLOCKS))
return PLUGIN_HANDLED

new ent,...
Forum: Suggestions / Requests 10-11-2013, 09:02
Replies: 13
Views: 3,814
Posted By lqlqlq
Re: Distance between dropped c4

@hornet i need message to show for CT only and if c4 is dropped, now show for all players and if bomb haved by someone.
Thanks.
Forum: Suggestions / Requests 10-03-2013, 10:39
Replies: 13
Views: 3,814
Posted By lqlqlq
Re: Distance between dropped c4

No, please test the plugin.
Anyone who can make the plugin ? :)
Forum: Suggestions / Requests 09-30-2013, 13:52
Replies: 13
Views: 3,814
Posted By lqlqlq
Re: Distance between dropped c4

Error now is gone but c4 disappear after drop it....
Forum: Suggestions / Requests 09-30-2013, 12:09
Replies: 13
Views: 3,814
Posted By lqlqlq
Re: Distance between dropped c4

please do it for me :)
Forum: Suggestions / Requests 09-30-2013, 09:50
Replies: 13
Views: 3,814
Posted By lqlqlq
Re: Distance between dropped c4

not working correctly i get this error when drop c4 (and its gone):

L 09/30/2013 - 16:48:07: [FAKEMETA] Invalid entity
L 09/30/2013 - 16:48:07: [AMXX] Run time error 10 (plugin...
Forum: Unapproved/Old Plugins 09-11-2013, 11:25
Replies: 36
Views: 14,062
Posted By lqlqlq
Re: Lifes (1.2.5 - 29.07.2013)

Yes, and succesfully added some info in db, but not gives the correct lifes.
I edited column with nickname with 55 lifes and in game i get 0, when i type /lifes.
On retry and restart server i give...
Forum: Unapproved/Old Plugins 09-11-2013, 06:58
Replies: 36
Views: 14,062
Posted By lqlqlq
Re: Lifes (1.2.5 - 29.07.2013)

On restart server:

L 09/11/2013 - 13:57:56: [MySQL] Invalid column: 2
L 09/11/2013 - 13:57:56: [AMXX] Displaying debug trace (plugin "deathrun_lifes.amxx")
L 09/11/2013 - 13:57:56: [AMXX] Run...
Forum: Unapproved/Old Plugins 09-11-2013, 06:52
Replies: 36
Views: 14,062
Posted By lqlqlq
Re: Lifes (1.2.5 - 29.07.2013)

sql support not working correctly (gives me some errors).
Kia, can you test locally plugin and fix it ?
Thanks!
Forum: HL1 Servers (HLDS) 08-19-2013, 05:00
Replies: 10
Views: 3,637
Posted By lqlqlq
liblist.gam change

is there a command like 'servercfgfile' to change liblist.gam file ? like 'liblistgamfile "test.gam"'.
Showing results 1 to 25 of 396

 
Forum Jump

All times are GMT -4. The time now is 08:39.


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