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

Showing results 1 to 25 of 226
Search took 0.01 seconds.
Search: Posts Made By: Adomaz1
Forum: Scripting Help 07-24-2019, 14:21
Replies: 17
Views: 2,930
Posted By Adomaz1
Re: Can't Compile this file

download the newest version of amxmodx and it will have the newest compiler with it, you're using an old compiler and that's why you can't compile your files
Forum: Scripting Help 07-24-2019, 06:09
Replies: 23
Views: 3,684
Posted By Adomaz1
Re: Print a message when player starts using +voicerecord

Thank you everyone. Will try to do it with orpheu. :)
Forum: Scripting Help 07-23-2019, 14:26
Replies: 23
Views: 3,684
Posted By Adomaz1
Print a message when player starts using +voicerecord

Is it possible to print a message to a player when he starts using +voicerecord? I tried to do this with FM_Voice_SetClientListening, but it didn't work, just started spamming the chat.

Code, if...
Forum: Translation Request 10-30-2018, 11:16
Replies: 30
Views: 9,798
Posted By Adomaz1
Re: OciXCrom's Rank System [Translations]

[lt]
CRXRANKS_RANKINFO_NORMAL = Turite &x04%i/%i patirties taškų&x01. Jūsų rangas: &x04#%i&x01: &x03%s&x01. Kitas rangas: &x03%s&x01.
CRXRANKS_RANKINFO_FINAL = Turite &x04%i patirties taškų&x01....
Forum: General 06-08-2018, 10:34
Replies: 5
Views: 1,262
Posted By Adomaz1
Re: Help me plz ! :( :cry:

learn to use google and search
Forum: General 05-12-2018, 13:56
Replies: 2
Views: 831
Posted By Adomaz1
Re: Teams are limited in a map

probably the map doesn't have enough spawnpoints

try this: https://forums.alliedmods.net/showthread.php?t=43660?t=43660
Forum: Unapproved/Old Plugins 04-16-2018, 14:15
Replies: 271
Views: 151,160
Posted By Adomaz1
Re: Global Offensive Mod 2.15 Beta [LAST UPDATE: 08. 13] *BUG FIXED

because you're not connected to your database
Forum: Scripting Help 02-28-2018, 17:06
Replies: 11
Views: 2,153
Posted By Adomaz1
Re: Help with players menu

OciX's answer, just add else to your line and it shouldn't double the players


else if(his_offline[Challenged])
Forum: Scripting Help 02-27-2018, 12:24
Replies: 11
Views: 2,153
Posted By Adomaz1
Re: Help with players menu

if (is_user_alive(Challenged) && (Challenger != Challenged) && !his_offline[Challenged])
{
get_user_name(Challenged, szName, charsmax(szName));
formatex(Desc, charsmax(Desc),...
Forum: Suggestions / Requests 01-06-2018, 09:36
Replies: 25
Views: 8,041
Posted By Adomaz1
Re: ReAPI natives?

I think most of us did too...
Forum: Scripting Help 01-04-2018, 09:32
Replies: 5
Views: 1,513
Posted By Adomaz1
Re: Jukebox v1.1 Problem

Flash doesn't work for steamed players. I don't know but maybe you can use emit_sound, but I may be very wrong
Forum: Scripting Help 01-04-2018, 09:28
Replies: 18
Views: 2,225
Posted By Adomaz1
Re: Error plugin. Help please

#include <amxmodx>
#include <amxmisc>
#include <zombieplague>
#include <dhudmessage>

#define PLUGIN "EDITAT"
#define AUTHOR "EDITAT"
#define VERSION "1.0"

new ammoinceput[32],...
Forum: New Plugin Submissions 01-03-2018, 13:56
Replies: 73
Views: 16,630
Posted By Adomaz1
Re: [ReAPI] Multiple Game Names

I'm amazed how the author isn't D3XT3R [Inv1s production] LOL
Forum: Scripting Help 01-02-2018, 15:27
Replies: 17
Views: 3,572
Posted By Adomaz1
Re: Help SMA

You're welcome :wink:
Forum: Scripting Help 01-02-2018, 13:09
Replies: 17
Views: 3,572
Posted By Adomaz1
Re: Help SMA

it is because there is no "bind_x_key" function, so you have to remove that line
Forum: Suggestions / Requests 01-02-2018, 08:46
Replies: 32
Views: 4,790
Posted By Adomaz1
Re: Need help for powers code

did he mention that this is for zombies ONLY, or are you just guessing?
Forum: Suggestions / Requests 01-02-2018, 08:23
Replies: 32
Views: 4,790
Posted By Adomaz1
Re: Need help for powers code

public AddHealth(id) {
new team = cs_get_user_team(id);
if(team == CS_TEAM_T)
return

set_user_health(id, get_user_health(id) + (20*HealthLevel[id]));

if(get_user_health(id) > 100.0)...
Forum: Scripting Help 01-02-2018, 08:05
Replies: 1
Views: 503
Posted By Adomaz1
Re: [HELP] Slot Reservation on Website

Hi,

You're on a wrong section. This is the scripting help section. Ask for requests here: https://forums.alliedmods.net/forumdisplay.php?f=12
Forum: Scripting Help 01-02-2018, 07:07
Replies: 17
Views: 3,572
Posted By Adomaz1
Re: Help SMA

The code looks fine, it should work. Unless you have more errors.


public zp_user_infected_post(id, infector)
{
if(!is_user_connected(id))
return

if...
Forum: Scripting Help 01-01-2018, 13:21
Replies: 17
Views: 3,572
Posted By Adomaz1
Re: Help SMA

then put the debug and post the error with the code
Forum: Scripting Help 01-01-2018, 07:26
Replies: 17
Views: 3,572
Posted By Adomaz1
Re: Help SMA

give the code or check if the user is connected with if(is_user_connected(id))
Forum: Scripting Help 12-30-2017, 11:37
Replies: 8
Views: 1,890
Posted By Adomaz1
Re: Weapon and HE grenade damage

Fixed, thank you for your help. :)

The switches didn't work, because this code was above them:

if(cs_get_user_team(attacker) == CS_TEAM_CT) {
SetHamParamFloat(4, damage * 0.5);...
Forum: Scripting Help 12-30-2017, 10:09
Replies: 8
Views: 1,953
Posted By Adomaz1
Re: Add Music Block

just show the full code

//

sorry, i don't know how =/
Forum: Scripting Help 12-30-2017, 08:58
Replies: 8
Views: 1,953
Posted By Adomaz1
Re: Add Music Block

how did you precache it
Forum: Scripting Help 12-30-2017, 08:55
Replies: 8
Views: 1,890
Posted By Adomaz1
Re: Weapon and HE grenade damage

was debuged all the time, no error in logs
Showing results 1 to 25 of 226

 
Forum Jump

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


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