[Include] 479 Colors[PauloGomes] - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] 479 Colors[PauloGomes] (
/showthread.php?tid=451464)
479 Colors[PauloGomes] -
DJGOMES - 17.07.2013
+Information
This has set include 479 colors to use in your Gamemode or Filterscript.
+Colors
To see the colors please :
http://cpc.pt.vc/
+Example of Use
PHP код:
#include <CoresP>
//-----------------
if(!strcmp(cmd, "/Red", true))
{
SendClientMessage(playerid, CP_Red, "Red");
return 1;
}
+Download
Do not remove credits.
With help from Łєшnαяdш
Sorry for my bad Inglкs.
Re: 479 Colors[PauloGomes] -
Bakr - 17.07.2013
https://sampforum.blast.hk/showthread.php?tid=319606
Re: 479 Colors[PauloGomes] -
DJGOMES - 17.07.2013
Quote:
Originally Posted by Bakr
|
Sorry '-' I had not noticed that include
Re: 479 Colors[PauloGomes] -
Bakr - 17.07.2013
Not a problem, I was just showing you a previous release. As it has more definitions to be used perhaps you could come up with some ways to make this include more profitable for use than its predecessor.