Jump to content

Recommended Posts

Posted
CMD:acolor(playerid, params[])
{
	if(playerVariables[playerid][pAdminLevel] >= 1 || playerVariables[playerid][pHelper] >= 1)
	{
	    ShowPlayerDialog(playerid, 6268, DIALOG_STYLE_LIST, "Admin colors:" , "{CECECE}White\n{E60032}Cool Red\n{AB0000}Dark Red\n{FF6347}Light Red\n" , "Select" , "Cancel");
	}
	else return SCM(playerid,COLOR_WHITE,"You are not an admin/helper.");
	return 1;
}
CMD:pcolor(playerid, params[])
{
	if(playerVariables[playerid][pDonate] == 1)
	{
		new stringcolor[25000];
	    format(stringcolor,sizeof(stringcolor),"{CECECE}White\n{0087FE}Blue\n{4700C2}Dark Purple\n{EBFF00}Yellow\n{EF00FF}Purple\n{40FF00}Green\n{9CFF29}Lime green\n{0E7F03}Dark green\n{FF9A00}Orange\n{FF4C9D}Black\n{F4FA58}Pink\n{00BFFF}Yellow 2\n{819FF7}Blue 2\n{FE9A2E}Orange 2\n{FA8258}Orange 3\n{00FF40}Green 2\n{D358F7}Purple 2\n{4169E1}Royan Blue\n{9ACD32}YellowGreen\n{F0E68C}Khaki\n{BDB76B}DarkKhaki\n{FF1493}DeepPink\n{9966CC}Amethyst\n{F0B2B2}PinkOrange\n{DB7093}PaleVioletRed");
	    ShowPlayerDialog(playerid, 6267, DIALOG_STYLE_LIST, "Premium colors", stringcolor, "Select", "Close");
	}
	else return SCM(playerid,COLOR_WHITE,"You are not a premium user.");
	return 1;
}

nu-s singur ca-s astea comenzile, incearca cu astea

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.