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

Showing results 1 to 25 of 137
Search took 0.01 seconds.
Search: Posts Made By: KaLoIaN
Forum: Suggestions / Requests 10-24-2016, 15:24
Replies: 11
Views: 2,202
Posted By KaLoIaN
Re: [RTD] Roll The Dice Suggestions/Ideas

[ Golden Bullets ] Makes your bullets gold which does x2 damage for a short period of time.. for example
[ Freeze Bullets ] No need to explain this
Forum: Scripting Help 07-15-2016, 01:49
Replies: 32
Views: 8,120
Posted By KaLoIaN
Re: Ham_Use and Button id's (HELP)

The button ids on the map has all changed wtf ?!
Forum: Zombie Plague Mod 07-13-2016, 12:24
Replies: 76
Subplugin Submission [ZP] Extra: Pipe Bomb (v0.4b)
Views: 69,981
Posted By KaLoIaN
Re: [ZP] Extra: Pipe Bomb (v0.4b)

When I throw it at the floor it just stays forever there nothing happens.. zombies walk over it like a bosses lol .... must something happen or what ?! -_-
Forum: Scripting Help 07-09-2016, 15:51
Replies: 23
Views: 5,465
Posted By KaLoIaN
Re: Ham_TakeDamage

Give us the whole code.
Forum: Scripting Help 07-09-2016, 15:50
Replies: 26
Views: 3,511
Posted By KaLoIaN
Re: Need some SQL help!

Yes it is dumb reason, but maybe 30% of the players are doing this and I do not want to lose any players. There was also something more but I forgot it lol ..
Forum: Scripting Help 07-09-2016, 13:59
Replies: 9
Views: 1,396
Posted By KaLoIaN
Re: Hooking client sided clcmd [HELP!]

Allright, no one noticed lol
Forum: Scripting Help 07-09-2016, 13:52
Replies: 26
Views: 3,511
Posted By KaLoIaN
Re: Need some SQL help!

My reason is because there are bunch of people playing with the same name and they start overflow my skype with spam that they are friends and want to play at one name and don't want to get again the...
Forum: Scripting Help 07-09-2016, 13:49
Replies: 22
Views: 2,081
Posted By KaLoIaN
Re: info.html reliable channel overflowed

I recently got this error also.
If you put some different HTML tags in the txt file it just will overflow for some unknown reason.
The only fix is upload the HTML at an some web host and open it...
Forum: Scripting Help 07-08-2016, 14:12
Replies: 9
Views: 1,396
Posted By KaLoIaN
Re: Hooking client sided clcmd [HELP!]

So how it should look like?
By the way I think I forgot to register the forward in plugin_init if no one noticed lol? :D
Forum: Scripting Help 07-08-2016, 14:08
Replies: 7
Views: 730
Posted By KaLoIaN
Re: Shop

Make your bools 33 cells instead of 32 also.
Forum: Scripting Help 07-08-2016, 14:04
Replies: 32
Views: 8,120
Posted By KaLoIaN
Re: Ham_Use and Button id's (HELP)

I've got a trouble over here...
I am using the last code sirius gave me but I want to show different text for every single different map.

if map is for example de_Dust2 (just an example!!!)...
Forum: Scripting Help 07-08-2016, 14:01
Replies: 26
Views: 3,511
Posted By KaLoIaN
Re: Need some SQL help!

@wickedd
can you make Bugsy's code with get_user_name instead of get_user_authid ?
Forum: Scripting Help 07-07-2016, 08:51
Replies: 9
Views: 1,396
Posted By KaLoIaN
Forum: Scripting Help 07-07-2016, 08:11
Replies: 26
Views: 3,511
Posted By KaLoIaN
Re: Need some SQL help!

I tried to make it save the data on the name..
Not worked, got hundred errors lol ....

P.S.
I am not non steamer LOL .....
Forum: Scripting Help 07-07-2016, 06:55
Replies: 9
Views: 1,396
Posted By KaLoIaN
Re: Hooking client sided clcmd [HELP!]

#include <amxmodx>
#include <fakemeta>

new g_has_custom_model[33]
new g_player_model[33][32]

public plugin_init()
{
register_clcmd("model", "clcmd_model")
register_plugin("Block...
Forum: Scripting Help 07-06-2016, 15:13
Replies: 32
Views: 8,120
Posted By KaLoIaN
Re: Ham_Use and Button id's (HELP)

Yes activator's name in every message must be shown.
Not in all maps are 4 buttons for example, some have only 1-2 ...
Can we make all of this in 1 plugin?
If you don't know how I guess someone...
Forum: Scripting Help 07-06-2016, 15:11
Replies: 9
Views: 1,396
Posted By KaLoIaN
Hooking client sided clcmd [HELP!]

How to hook client sided clcmd? Some guys told me it is impossible but I don't really believe it..

For example hook the model command :

register_clcmd("model", "StopThis")

and at the...
Forum: Scripting Help 07-06-2016, 14:59
Replies: 32
Views: 8,120
Posted By KaLoIaN
Re: Ham_Use and Button id's (HELP)

It is working good.
You just forgot to declare the variable : g_time
but I done it

new g_time[32]


Last question : can I have for example 4 buttons at the same map and for each one button...
Forum: Scripting Help 07-06-2016, 14:13
Replies: 32
Views: 8,120
Posted By KaLoIaN
Re: Ham_Use and Button id's (HELP)

It is working, so how I can now avoid the spam? I Just pressed the button 50 times and spammed the whole server LOL...
Something like saving the last message shown in a temp variable and to check if...
Forum: Scripting Help 07-05-2016, 12:11
Replies: 26
Views: 3,511
Posted By KaLoIaN
Re: Need some SQL help!

No the plugin does not touches anything in the database. Not even create tables. Nothing..
Forum: Scripting Help 07-05-2016, 10:25
Replies: 2
Views: 445
Posted By KaLoIaN
Re: SQL Perfomance

Damn hardcoded

Check Bugsy's post I think it is working... :
https://forums.alliedmods.net/showpost.php?p=2431661&postcount=12
Forum: Scripting Help 07-05-2016, 10:23
Replies: 26
Views: 3,511
Posted By KaLoIaN
Re: Need some SQL help!

The code is 100% the same as Bugsy just I added my DB.

I added it this way:

g_SQLTuple = SQL_MakeDbTuple( "host" , "user" , "pass" , "dbname" );

host is the ip
user is the username with all...
Forum: Scripting Help 07-05-2016, 10:22
Replies: 14
Views: 1,581
Posted By KaLoIaN
Re: rebuy on spawn

This is slowhacking.. not a good way to do it lol
Forum: Scripting Help 07-05-2016, 09:54
Replies: 32
Views: 8,120
Posted By KaLoIaN
Re: Ham_Use and Button id's (HELP)

I will try it. I get the button ID by another plugin just when press it I made it :

client_print(idcaller, print_chat, "%i", ent)

ent is the button ID :D
Forum: Scripting Help 07-05-2016, 09:51
Replies: 26
Views: 3,511
Posted By KaLoIaN
Re: Need some SQL help!

There are no errors but there is something super strange.
At the database there is completely nothing (no columns, no tables and saved data).
When I join the server it sets my g_iLevel to 0 and...
Showing results 1 to 25 of 137

 
Forum Jump

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


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