it doesnt skip to next line
#1

Sorry for my newbieness, but this doesnt skip to next line, any reason why?

PHP код:
CMD:stats(playeridparams[])
{
    new 
string[220], tempString[50];
    
format(tempStringsizeof(tempString), "{FFFFFF}Cash: {FFFF00}$%d /n"GetPlayerMoney(playerid));
    
strcat(stringtempString);
    
    
format(tempStringsizeof(tempString), "{FFFFFF}Admin Level: {FFFF00}%i /n"PlayerInfo[playerid][pAdmin]);
    
strcat(stringtempString);
    
    
format(tempStringsizeof(tempString), "{FFFFFF}Kills: {FFFF00}%i /n"PlayerInfo[playerid][pKills]);
    
strcat(stringtempString);
    
    
format(tempStringsizeof(tempString), "{FFFFFF}Deaths: {FFFF00}%i /n"PlayerInfo[playerid][pDeaths]);
    
strcat(stringtempString);
    
    
format(tempStringsizeof(tempString), "{FFFFFF}Score: {FFFF00}%i"GetPlayerScore(playerid));
    
strcat(stringtempString);
    
    
ShowPlayerDialog(playeridDIALOG_STATSDIALOG_STYLE_MSGBOX"Stats"string"Ok""");
    return 
1;

Reply


Messages In This Thread
it doesnt skip to next line - by Melktert - 12.04.2017, 21:58
Re: it doesnt skip to next line - by DarkSkull - 12.04.2017, 21:59
Re: it doesnt skip to next line - by YouHack - 12.04.2017, 22:06

Forum Jump:


Users browsing this thread: 1 Guest(s)