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

Showing results 1 to 25 of 138
Search took 0.01 seconds.
Search: Posts Made By: faki
Forum: Off-Topic 06-13-2014, 06:07
Replies: 7
Views: 1,483
Posted By faki
Re: Compress sma for smaller size in amxx ?

For better performance.
I have big numbers of plugins with about 600-700 lines [ZP mod].
I need this for optimization and less memory usage in map change events.
Forum: Off-Topic 06-13-2014, 05:47
Replies: 7
Views: 1,483
Posted By faki
Re: Compress sma for smaller size in amxx ?

I know for comments, but i want to minify source code in sma.
Like minifiers for javascript,php,html code i want the same minifier for sma.
Forum: Off-Topic 06-13-2014, 05:39
Replies: 7
Views: 1,483
Posted By faki
Compress sma for smaller size in amxx ?

Is there a way to compress sma source code for smaller size in amxx ?
Thanks.
Forum: Scripting Help 06-06-2014, 16:26
Replies: 2
Views: 1,023
Posted By faki
Forum: Scripting Help 06-06-2014, 11:52
Replies: 1
Views: 410
Posted By faki
Solid area in the sky ?

I want a example of code or stock to create a area in sky in which can stay players.
I want to set specific cordinates and dimensions.
I dont need a hardcode i need simple code to create area with...
Forum: Scripting Help 05-26-2014, 16:54
Replies: 3
Views: 651
Posted By faki
Player vs player

I want a plugin when round start, any player from T have a task to kill specific player from CT (and CT too), if kill them is giving a reward (hp or money)
And if enemy is killed by someone (not...
Forum: Scripting Help 05-25-2014, 08:51
Replies: 1
Views: 462
Posted By faki
parse string from aymbols

I got 2 strings in formatex function with "+" symbol between.
I need to parse string 1 and string 2 in 2 new bools.
How to ?

Here is example:
new format[512]
...
Forum: Suggestions / Requests 05-24-2014, 10:10
Replies: 0
Views: 405
Posted By faki
chat string visible by anyone CT/T[say_team/say]

I need when message contain 'noob' in chat (say or say_team) (all content of message) is see by everyone CT/T.
Forum: Scripting Help 05-22-2014, 06:03
Replies: 4
Views: 674
Posted By faki
Forum: Scripting Help 05-22-2014, 05:15
Replies: 4
Views: 674
Posted By faki
Run time error 4: index out of bounds

I have this:

#define TOTALLEVELS 12

new gEnt

new const Levels[TOTALLEVELS] =
{
0,
50,
Forum: Scripting Help 05-21-2014, 11:38
Replies: 10
Views: 1,220
Posted By faki
Re: create a flame for few seconds

No have, server just stop when i throw a grenade
Forum: Scripting Help 05-21-2014, 11:04
Replies: 10
Views: 1,220
Posted By faki
Re: create a flame for few seconds

Server is crashed again.
Forum: Scripting Help 05-21-2014, 09:54
Replies: 10
Views: 1,220
Posted By faki
Re: create a flame for few seconds

Same, still crash the server

FATAL ERROR (shutting down): Host_Error: no precache: ******************@x************************************8t******************8x*********$******************
Forum: Scripting Help 05-21-2014, 09:43
Replies: 10
Views: 1,220
Posted By faki
Re: create a flame for few seconds

@DavidJr, This crashed the server, any other suggestions ?

PP i want to put in
create_blast2(const Float:originF[3])
Forum: Scripting Help 05-21-2014, 09:02
Replies: 10
Views: 1,220
Posted By faki
create a flame for few seconds

I want to create a flame with spr for 10 seconds, after this seconds is pass - flame is need to be hiding by script.

Thanks for any answers.
I try with some functions from molotov coctail but...
Forum: Scripting Help 05-18-2014, 14:20
Replies: 12
Views: 2,182
Posted By faki
Re: Protect player from he grenade

Flick3rR, thank you! Works great!
Forum: Scripting Help 05-18-2014, 12:31
Replies: 12
Views: 2,182
Posted By faki
Protect player from he grenade

How to ?
I use hamsandwich but i dont know how to made a check in takedmg event.
Forum: Module Coding 05-13-2014, 13:07
Replies: 257
Views: 113,638
Posted By faki
Re: HTTP Resources Manager

Now someone tell me for this error:

CL_SendResourceListBlock_f from different level
Last 32 messages parsed.
86 7328 svc_newusermsg
86 7347 svc_newusermsg
86 7366 svc_newusermsg
86 7385...
Forum: Module Coding 05-13-2014, 11:08
Replies: 257
Views: 113,638
Posted By faki
Re: HTTP Resources Manager

Great module!

I have problem with some of my clients.
They inform me about a 'stuck' or 'bug' in client connecting event.
When some of them dowloading all resource have a new endless cycle and...
Forum: Scripting Help 05-12-2014, 07:07
Replies: 1
Views: 462
Posted By faki
Show hud if all channels is empty

How to show hud message to all players when all 4 channels is empty and ready to show new message ?
Forum: Suggestions / Requests 05-06-2014, 14:38
Replies: 27
Views: 2,656
Posted By faki
Re: One by one with delay ?

I created anticheat for kz/lj server.
Please if not so hard - help me
Forum: Suggestions / Requests 05-06-2014, 13:58
Replies: 27
Views: 2,656
Posted By faki
Re: One by one with delay ?

@Backstabnoob i got it works when i send task in putinserver.

Now i want some edit:
I want to check 3times same cvar and go to next.

rate
rate
rate
delay
cl_updaterate
Forum: Suggestions / Requests 05-06-2014, 12:00
Replies: 27
Views: 2,656
Posted By faki
Re: One by one with delay ?

Not show anything when added.
Forum: Suggestions / Requests 05-06-2014, 11:54
Replies: 27
Views: 2,656
Posted By faki
Re: One by one with delay ?

#include <amxmodx>
#include < hamsandwich >

new cvars[][] =
{
"rate", "cl_updaterate","developer"
}

public plugin_init() {
RegisterHam(Ham_Spawn, "player", "OnCBasePlayer_Spawn_Post",...
Forum: Suggestions / Requests 05-06-2014, 11:48
Replies: 27
Views: 2,656
Posted By faki
Re: One by one with delay ?

#include <amxmodx>
#include < hamsandwich >

new cvars[][] =
{
"rate", "cl_updaterate","developer"
}

public plugin_init() {
RegisterHam(Ham_Spawn, "player", "OnCBasePlayer_Spawn_Post",...
Showing results 1 to 25 of 138

 
Forum Jump

All times are GMT -4. The time now is 14:53.


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