21.07.2013, 19:40
So, I have this in my /adminchat command,
And, i want the "{DEDEDE}[EU]" section to be before the "string" section, but it won't work if I do "{DEDEDE}[EU]", string);
Is it possible to do it so the timezone is first?
pawn Код:
if(PlayerInfo[i][pTimezoneEU] == 1) strcat(string, " {DEDEDE}[EU]");
if(PlayerInfo[i][pTimezoneOC] == 1) strcat(string, " {DEDEDE}[OC]");
if(PlayerInfo[i][pTimezoneNA] == 1) strcat(string, " {DEDEDE}[NA]");
Is it possible to do it so the timezone is first?