Jump to content

salut nu imi functioneaza bine comanda /acolor


Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.