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

Showing results 1 to 25 of 33
Search took 0.01 seconds.
Search: Posts Made By: msbeden
Forum: Scripting Help 03-23-2020, 14:13
Replies: 13
Views: 2,630
Posted By msbeden
Re: How to MOTD Screen Google Ads

I didn't understand what it worked for.
Forum: Scripting Help 03-22-2020, 16:06
Replies: 13
Views: 2,630
Posted By msbeden
Re: How to MOTD Screen Google Ads

I actually show it with http. But my main purpose is to run Google ads. However, google ads contain https.
Forum: General 03-21-2020, 13:50
Replies: 8
Views: 6,347
Posted By msbeden
Re: Show a HTTPS page in MOTD

I want to show google ads. But it doesn't work.
Forum: Scripting Help 03-19-2020, 03:16
Replies: 13
Views: 2,630
Posted By msbeden
Re: How to MOTD Screen Google Ads

I did not fully understand what you mean.
What is the reason for this problem?
Forum: Scripting Help 03-18-2020, 14:21
Replies: 13
Views: 2,630
Posted By msbeden
How to MOTD Screen Google Ads

Hello.

I want to show ads on server login. I want to give a link from the site in the Motd window. But it says "-107" in the window only. How can I solve it?

Server login Motd window souce...
Forum: New Plugin Submissions 02-26-2020, 13:49
Replies: 338
Views: 142,909
Posted By msbeden
Re: OciXCrom's Custom Shop + API

Hello, me again :)

How can I support multi-language market product names?
Forum: New Plugin Submissions 02-20-2020, 02:15
Replies: 338
Views: 142,909
Posted By msbeden
Re: OciXCrom's Custom Shop + API

Thank you so much. If there is no time setting, I increase the price.
Forum: New Plugin Submissions 02-19-2020, 01:41
Replies: 338
Views: 142,909
Posted By msbeden
Re: OciXCrom's Custom Shop + API

I brought it to the simplest form. This is the reward plugin according to the rank I use.

I use the Market and Rank system of OciXCrom. Market works well. But can I adjust the prices and seconds...
Forum: New Plugin Submissions 02-18-2020, 11:19
Replies: 338
Views: 142,909
Posted By msbeden
Re: OciXCrom's Custom Shop + API

Hello.
I made a reward system according to the rank. It works fine.

I want to determine the price and time for the products in the market according to the rank.

How can I do it?

Example:
...
Forum: Scripting Help 02-17-2020, 16:18
Replies: 4
Views: 1,613
Posted By msbeden
How to write "Stats" information to txt file?

I want to write "stats" information to txt file.

I want to print Nick, Kill, Death, Headshoot information. I would like to print out other details, if any.

How can I do it?

SOLVED:

...
Forum: Code Snippets/Tutorials 02-13-2020, 17:13
Replies: 81
Views: 63,162
Posted By msbeden
Re: [INC] CromChat - a better ColorChat!

How can I add other colors? Purple, turquoise, dark blue ..
Forum: Scripting Help 02-13-2020, 16:25
Replies: 6
Views: 1,663
Posted By msbeden
How to hide the AMX Console command from "say"?

Solved with ExecuteHamB(Ham_CS_RoundRespawn, id);

Hello.
I am using server_cmd and client_cmd functions in a plugin. These functions operate amx_revive. But I want it not to appear in "say chat"....
Forum: Scripting Help 02-03-2020, 23:50
Replies: 6
Views: 906
Posted By msbeden
Re: How to do: Givemoney no say

I tried but it doesn't. Is there any other money making code?
Forum: Scripting Help 02-03-2020, 15:51
Replies: 6
Views: 906
Posted By msbeden
Re: How to do: Givemoney no say

I'm not using "client_print". "server_cmd" only.

server_cmd("amx_show_activity 0"); I have to write after that?
Forum: Scripting Help 02-03-2020, 15:09
Replies: 6
Views: 906
Posted By msbeden
How to do: Givemoney no say

I am writing a reward system. I want to give money according to the rank of the player. But I don't want this to appear in "chat".

The code I use is this:


server_cmd("amx_givemoney #%d %s",...
Forum: New Plugin Submissions 02-02-2020, 09:01
Replies: 252
Views: 117,853
Posted By msbeden
Re: Chat Manager [Admin Prefix & Color Chat]

It is not related to this plugin. I deactivate it has not changed again.
Forum: New Plugin Submissions 02-02-2020, 08:06
Replies: 252
Views: 117,853
Posted By msbeden
Re: Chat Manager [Admin Prefix & Color Chat]

Where could it be?
Plugin replacing bad words:


#include <amxmodx>
#include <amxmisc>

/// Minimum Karakter Sayisi
const MINIMUM = 3;
Forum: New Plugin Submissions 02-02-2020, 04:03
Replies: 252
Views: 117,853
Posted By msbeden
Re: Chat Manager [Admin Prefix & Color Chat]

With the plugin, I clear the bad words in the player name. The player works when he enters the server. It works when the name changes.


console_cmd(id,"name HilalGaming_Oyuncu-%d",line);

...
Forum: New Plugin Submissions 02-01-2020, 17:49
Replies: 252
Views: 117,853
Posted By msbeden
Re: Chat Manager [Admin Prefix & Color Chat]

Sir, I change the player's name in the game. However, the old name continues to appear in chat. Can the name here be updated as well?
Forum: Scripting Help 01-28-2020, 10:02
Replies: 8
Views: 2,670
Posted By msbeden
Re: Problem from SQL to MOTD

But I can't print from SQL. It says "0" or as a number. Is there an error in the variable definitions?



// SQL query: SELECT Player, Rank, XP FROM HGRank ORDER BY XP DESC LIMIT 10

new rank;...
Forum: Scripting Help 01-28-2020, 09:42
Replies: 8
Views: 2,670
Posted By msbeden
Re: Problem from SQL to MOTD

I wrote their Turkish equivalents in the file "RankSystem.ini". Does it also save to SQL?
Forum: New Plugin Submissions 01-28-2020, 07:39
Replies: 847
Views: 242,532
Posted By msbeden
Re: OciXCrom's Rank System [XP|Levels|Ranks]

I started, can you help? >> https://forums.alliedmods.net/showthread.php?p=2681927#post2681927
Forum: Scripting Help 01-28-2020, 02:50
Replies: 8
Views: 2,670
Posted By msbeden
Problem from SQL to MOTD

Hello. I pull data from SQL. I managed to print. But the lines are missing. I cannot change the "1023-iLen" section in the while loop. This time the plug-in is broken. Can you help me?

Caps:...
Forum: New Plugin Submissions 01-28-2020, 01:01
Replies: 847
Views: 242,532
Posted By msbeden
Re: OciXCrom's Rank System [XP|Levels|Ranks]

Sir, wouldn't you be doing motd? I think it would be nice. I can say that it is perfect for the new update.

I will still try to do it myself :)
Forum: New Plugin Submissions 01-27-2020, 13:19
Replies: 847
Views: 242,532
Posted By msbeden
Re: OciXCrom's Rank System [XP|Levels|Ranks]

It is necessary to make a ranking by connecting to the database. I think I can do it from the "xplist" code.
Showing results 1 to 25 of 33

 
Forum Jump

All times are GMT -4. The time now is 06:13.


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