Need Help Here
#8

PHP код:
dcmd_ccolor(playeridparams[])
{
    new 
colord;
    if(
sscanf(params"i"colord)) 
        return 
SendClientMessage(playerid,COLOR_ERROR,"USAGE : /Ccolor (ColorCode 0xRRGGBBAA)");
    
PlayerInfo[playerid][ChatColor] = colord;
    
SavePlayer(playerid);
    
SendClientMessage(playeridcolord"This is the colour of your new text!");
    return 
1;

Reply


Messages In This Thread
Need Help Here - by PoniStar - 13.11.2018, 16:57
Re: Need Help Here - by JaskaranSingh - 13.11.2018, 17:01
Re: Need Help Here - by PoniStar - 13.11.2018, 17:03
Re: Need Help Here - by d3ll - 13.11.2018, 17:10
Re: Need Help Here - by PoniStar - 13.11.2018, 17:16
Re: Need Help Here - by BiGuy - 13.11.2018, 17:48
Re: Need Help Here - by PoniStar - 13.11.2018, 18:09
Re: Need Help Here - by d3ll - 13.11.2018, 18:11

Forum Jump:


Users browsing this thread: 1 Guest(s)