Raised This Month: $32 Target: $400
 8% 

OciXCrom's Custom Shop + API


Post New Thread Reply   
 
Thread Tools Display Modes
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 10-13-2017 , 23:56   Re: OciXCrom's Custom Shop + API
Reply With Quote #181

Will check it soon...
__________________
CrAzY MaN is offline
sazbebs
New Member
Join Date: Oct 2017
Old 10-16-2017 , 12:49   Re: OciXCrom's Custom Shop + API
Reply With Quote #182

where this plugin Custom Shop + API?
sazbebs is offline
DjSoftero
Veteran Member
Join Date: Nov 2014
Location: Lithuania
Old 10-16-2017 , 13:38   Re: OciXCrom's Custom Shop + API
Reply With Quote #183

Quote:
Originally Posted by sazbebs View Post
where this plugin Custom Shop + API?
omg... it`s litteraly at the bottom of the main post https://github.com/OciXCrom/CustomSh...ive/master.zip
__________________
retired chump
DjSoftero is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 10-16-2017 , 14:27   Re: OciXCrom's Custom Shop + API
Reply With Quote #184

Ugh, don't do this to me.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
polimpo4
Member
Join Date: Jan 2017
Old 12-04-2017 , 18:32   Re: OciXCrom's Custom Shop + API
Reply With Quote #185

Can You Make dhudmessage To Show Points? and make it static so evryone can see their own points. its better than write evrytime /points and if possible make it with one title like name of you plugin as i show you at that example:

Code:
public TASK_MSG ( )
{
	static id;
	for ( id = 1; id <= get_maxplayers ( ); id++ )
	{
		if ( is_user_alive ( id ) && is_user_connected ( id ) ) {
			switch ( cs_get_user_team ( id ) )
			{
				case CS_TEAM_T : {
					set_dhudmessage (0, 160, 0, 0.83, 0.71, 2, 6.0, 3.0, 0.1, 1.5);
					show_dhudmessage (id, "Points: %d", Points [ id ] )
					
					set_dhudmessage (160, 0, 0, 0.83, 0.67, 2, 6.0, 3.0, 0.1, 1.5)
					show_dhudmessage (id, "[OciXCrom's Custom Shop]");
				}
				
				case CS_TEAM_CT : {
					set_dhudmessage (0, 160, 0, 0.83, 0.71, 2, 6.0, 3.0, 0.1, 1.5)
					show_dhudmessage ( id, "Points: %d", Points [ id ] )
					
					set_dhudmessage (160, 0, 0, 0.83, 0.67, 2, 6.0, 3.0, 0.1, 1.5)
					show_dhudmessage (id, "[OciXCrom's Custom Shop]");
				}
				
				case CS_TEAM_SPECTATOR : {
					return PLUGIN_CONTINUE;
				}
			}
		}
		
	}
	return PLUGIN_CONTINUE;
}
Why I Dont Change By Myself? Good Question... Because I Thing Your Code Is Messy Or At Least I Cant Understand or Find Points Caller Function.
polimpo4 is offline
polimpo4
Member
Join Date: Jan 2017
Old 12-04-2017 , 18:43   Re: OciXCrom's Custom Shop + API
Reply With Quote #186

Sorry But I Solved That Problem Already xD Thanks Anyway
polimpo4 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-04-2017 , 18:51   Re: OciXCrom's Custom Shop + API
Reply With Quote #187

It's in the .ini file...
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Leo_BH
Junior Member
Join Date: Dec 2014
Location: Ukraine
Old 12-13-2017 , 21:00   Re: OciXCrom's Custom Shop + API
Reply With Quote #188

Hello, OciXCrom. I translated your plugin in to Ukrainian and Russian.

Spoiler

Spoiler
Attached Files
File Type: txt CustomShop.txt (15.5 KB, 224 views)
Leo_BH is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 12-14-2017 , 08:06   Re: OciXCrom's Custom Shop + API
Reply With Quote #189

Thank you for the translations, your name has been added in the credits. But, I won't be adding any translations that require UTF8 encoding because too many people have reported problems on older AMXX version. As far as I know, UTF8 support is only available in 1.8.3, so I will start adding them then.
__________________

Last edited by OciXCrom; 12-14-2017 at 08:06.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Leo_BH
Junior Member
Join Date: Dec 2014
Location: Ukraine
Old 12-14-2017 , 12:06   Re: OciXCrom's Custom Shop + API
Reply With Quote #190

Quote:
Originally Posted by OciXCrom View Post
Thank you for the translations, your name has been added in the credits. But, I won't be adding any translations that require UTF8 encoding because too many people have reported problems on older AMXX version. As far as I know, UTF8 support is only available in 1.8.3, so I will start adding them then.
Required encoding UTF8 without BOM



All problems arise through BOM: https://en.wikipedia.org/wiki/Byte_order_mark
__________________

Last edited by Leo_BH; 12-14-2017 at 12:07.
Leo_BH is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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