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

Showing results 1 to 25 of 137
Search took 0.02 seconds.
Search: Posts Made By: SaBBa
Forum: Scripting Help 03-02-2021, 15:48
Replies: 2
Views: 561
Posted By SaBBa
Re: MySQL causing server crash

Maybe that's because server you are using for sql is too slow ?
I am also using that method, I have really shitty sql hosting, but connection timeout happens very rarely
Forum: Scripting Help 02-22-2021, 04:00
Replies: 1
Views: 400
Posted By SaBBa
Re: No hit slowdown on non zp

No one has solution for this?
Forum: Scripting Help 02-20-2021, 15:10
Replies: 2
Views: 408
Posted By SaBBa
Re: Double button press check

I might be wrong, but if forward button is pressed twice within 0.5 sec (not required to press them in a row), make_leap func will be executed


new Float:buttonPressed[33] = 0

public...
Forum: Scripting Help 02-20-2021, 14:29
Replies: 1
Views: 400
Posted By SaBBa
No hit slowdown on non zp

I want to disable weapon hit slowdown on non zombie mod.
I tried to remove zp components from this: https://forums.alliedmods.net/showthread.php?t=149249
But players still have slowdown when they...
Forum: Scripting Help 02-07-2021, 11:44
Replies: 5
Views: 861
Posted By SaBBa
Re: Game Commencing

oh wow, nice, you helped me a lot
Forum: Scripting Help 02-07-2021, 08:51
Replies: 5
Views: 861
Posted By SaBBa
Re: Game Commencing

There's no such cvar
Forum: Scripting Help 02-07-2021, 08:05
Replies: 5
Views: 861
Posted By SaBBa
Game Commencing

Is there a way to block this event, I tried all threads but none worked, using Infinite Round plugin seems to be a solution, but unfortunately I am using rehlds and seems like cvar utils + rehlds...
Forum: Scripting Help 02-06-2021, 13:33
Replies: 10
Views: 996
Posted By SaBBa
Re: Make circle with dhudmessages

btw. I will ask it here, I am using https://forums.alliedmods.net/showthread.php?p=946089 this plugin, but when money is getting more than 99,999 it's getting 10,000, probably it has 5 digit limit,...
Forum: Scripting Help 02-06-2021, 06:45
Replies: 10
Views: 996
Posted By SaBBa
Re: Make circle with dhudmessages

No idea how to make a sprite


made something more or less symmetrical
https://i.imgur.com/qD2nxhX.jpg

Here's the code if someone wants it

#include <amxmodx>
#include <amxmisc>
Forum: Scripting Help 02-05-2021, 22:34
Replies: 10
Views: 996
Posted By SaBBa
Re: Make circle with dhudmessages

I just want to make it perfect, I have approximate coords, crosshair is not centered between x -0.4 and x 0.4
but if it's impossible to do so, it's fine

P.S. thanks for stripweapons
Forum: Scripting Help 02-05-2021, 18:15
Replies: 10
Views: 996
Posted By SaBBa
Re: Make circle with dhudmessages

Well, that's why I asked it, I might be complete noob, but I always manage to make whatever mod I want to, current one: https://www.youtube.com/watch?v=oxilxu8idh8

Alliedmods helped me a lot
Forum: Scripting Help 02-05-2021, 15:06
Replies: 10
Views: 996
Posted By SaBBa
Make circle with dhudmessages

Help me to make something like a symmetrical circle

switch(i%8) {
case 0:
set_dhudmessage(r, g, b, -1.0, -0.40, 2, 0.1, 4.0, 0.02, 0.02, false)
case 1:
set_dhudmessage(r, g, b,...
Forum: Scripting Help 01-30-2021, 13:32
Replies: 3
Views: 740
Posted By SaBBa
Re: Segmentation Fault

facepalm, I can't even find the cause of the problem, it's random, no idea how long it will take
Forum: Scripting Help 01-30-2021, 06:23
Replies: 3
Views: 740
Posted By SaBBa
Segmentation Fault

Any idea how can I find the cause of that problem, error logs are empty, debug shows nothing interesting for me, crash happens randomly


Segmentation fault (core dumped)
BFD: warning:...
Forum: Scripting Help 01-24-2021, 22:57
Replies: 6
Views: 791
Posted By SaBBa
Re: Make player invulnerable

Everything works, expect screenfade, how to set it's duration correctly (from input value) ?
or just, set high value and then reset screenfade with make_mortal func ?


#include <amxmodx>...
Forum: Scripting Help 01-24-2021, 09:49
Replies: 6
Views: 791
Posted By SaBBa
Re: Make player invulnerable

Thanks for suggestions, why are you adding random it to task id, tasks can get overwritten if I set few of them under same id ?
Forum: Scripting Help 01-24-2021, 06:05
Replies: 6
Views: 791
Posted By SaBBa
Make player invulnerable

Hey, I don't have a code yet ...
I want to make player invulnerable for 30 sec, uppon item purchase, light up his screen during that time and make him glow.
I need some resources or some base code...
Forum: Scripting Help 01-21-2021, 17:11
Replies: 4
Views: 511
Posted By SaBBa
Re: Player Speed

Thanks for you help, I tried that way but didn't succeed, maybe because I am noob at pawn. But I have fixed it.

Changed this

public fw_EvCurWeapon(id)
{
new weaponid = read_data(2)
...
Forum: Scripting Help 01-21-2021, 13:58
Replies: 4
Views: 511
Posted By SaBBa
Re: Player Speed

nope, unfortunately I am using 1.8.2, and my mod is not zp
Forum: Scripting Help 01-21-2021, 13:05
Replies: 4
Views: 511
Posted By SaBBa
Player Speed

In some cases player speed resets, like when player uses scope, I want to set speed again when player cancels scope, also, I have noticed that speed resets in other cases too (not sure exactly in...
Forum: Suggestions / Requests 01-20-2021, 07:22
Replies: 3
Views: 822
Posted By SaBBa
Re: Bodbots alternative

found new unofficial podbots version: http://forums.bots-united.com/showthread.php?t=10098
works good :3
Forum: Suggestions / Requests 01-19-2021, 14:19
Replies: 3
Views: 822
Posted By SaBBa
Bodbots alternative

Podbots are too weird, they don't attack if you are not attacking them, if you hold knife, they are just running around, not even attacking each other, is there a good podbots alternative ?
Also, I...
Forum: Scripting Help 01-18-2021, 15:25
Replies: 2
Views: 478
Posted By SaBBa
Re: Help with T5

Thank you good sir
All fixed
Forum: Scripting Help 01-18-2021, 12:30
Replies: 5
Views: 630
Posted By SaBBa
Re: Player Costumes

not really, all of them where disapproved, so I decided to make it on my own
Forum: Scripting Help 01-17-2021, 08:01
Replies: 5
Views: 630
Posted By SaBBa
Player Costumes

Instead of being on head, head costume is inside chest, visible only on death, what am I doing wrong
P.S. I am using player models on sever, should I consider them too while applying costumes on...
Showing results 1 to 25 of 137

 
Forum Jump

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


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