String doesnt print all the way
#1

Please help me why doesnt it show the whole line

Код:
new name[MAX_PLAYER_NAME+1], string[24+MAX_PLAYER_NAME+1];
	    GetPlayerName(playerid, name, sizeof(name));
	    format(string, sizeof(string), "{FA6B3C}Server manager {ED6868}%s {FA6B3C}has initiated a server restart.", name);
	    SendClientMessageToAll(0xC4C4C4FF, string);
	    SendClientMessageToAll(0xFA0A0AFF, "Server restart in 10 seconds...");
	    SetTimer("gmx", 10000, false);
Reply


Messages In This Thread
String doesnt print all the way - by Sellize - 09.06.2013, 11:44
Re: String doesnt print all the way - by Vince - 09.06.2013, 11:47
Re: String doesnt print all the way - by Sellize - 09.06.2013, 11:48
Re: String doesnt print all the way - by Guest123 - 09.06.2013, 11:49
Re: String doesnt print all the way - by Chris10 - 09.06.2013, 11:51
Re: String doesnt print all the way - by Guest123 - 09.06.2013, 11:51

Forum Jump:


Users browsing this thread: 1 Guest(s)