String not showing correctly.
#5

I've created this command for debug:

PHP код:
CMD:fcheckcolor(playeridparams[])
{
    new 
family;
    if(
sscanf(params"i"family))
    {
        
SendClientMessage(playeridCOLOR_GREY"/fcolor [familyid]");
        return 
1;
    }
    
format(stringsizeof(string), "Family %d's color is ID {%s}%s"familyFamilyInfo[family][fColor], FamilyInfo[family][fColor]);
    
SendClientMessage(playeridCOLOR_WHITEstring);
    return 
1;

That is working correctly.

Reply


Messages In This Thread
String not showing correctly. - by ikbenremco - 20.12.2013, 14:43
Re: String not showing correctly. - by Patrick - 20.12.2013, 14:52
Re: String not showing correctly. - by ikbenremco - 20.12.2013, 14:58
Re: String not showing correctly. - by Patrick - 20.12.2013, 15:02
Re: String not showing correctly. - by ikbenremco - 20.12.2013, 15:06
Re: String not showing correctly. - by Patrick - 20.12.2013, 15:11
Re: String not showing correctly. - by ikbenremco - 20.12.2013, 15:17
Re: String not showing correctly. - by Patrick - 20.12.2013, 15:21
Re: String not showing correctly. - by ikbenremco - 20.12.2013, 15:26
Re: String not showing correctly. - by tyler12 - 20.12.2013, 15:29

Forum Jump:


Users browsing this thread: 1 Guest(s)