Simple flashing color help
#8

ERROR:
PHP код:
error 035argument type mismatch (argument 2
Line:
PHP код:
SetPlayerColor(playeridColorFlash[vFlash]); // Replace the "COLOR" with your defined color. 
My codes:
PHP код:
new ColorFlash[][] =
{
    {
"#FFFFFF"},
    {
"#FFFFFF"},
    {
"#FFFFFF"}
};

forward FlashName(playerid);
public 
FlashName(playerid)
{
    new 
vFlash random(sizeof(ColorFlash));
    
SetPlayerColor(playeridColorFlash[vFlash]); // Replace the "COLOR" with your defined color.
    
return 1;
}

SetTimer("FlashName"6000true); 
Reply


Messages In This Thread
Simple flashing color help - by Fantje - 16.07.2016, 16:59
Re: Simple flashing color help - by gurmani11 - 16.07.2016, 17:06
Re: Simple flashing color help - by WhiteGhost - 16.07.2016, 17:12
Re: Simple flashing color help - by Fantje - 16.07.2016, 17:13
Re: Simple flashing color help - by WhiteGhost - 16.07.2016, 17:17
Re: Simple flashing color help - by Fantje - 16.07.2016, 17:49
Re: Simple flashing color help - by Flake. - 16.07.2016, 20:06
Re: Simple flashing color help - by Fantje - 17.07.2016, 12:06
Re: Simple flashing color help - by Stinged - 17.07.2016, 12:19
Re: Simple flashing color help - by Fantje - 17.07.2016, 12:21

Forum Jump:


Users browsing this thread: 4 Guest(s)