Kako da napravim da mi bude odbrojavanje u sredini ekrana a ne dole..
if(strcmp(cmdtext,"/count",true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 2)
{
new Float:X, Float:Y, Float:Z;
new pName[30];
if (auts == false)
{
auts = true;
GetPlayerName(playerid, pName, 30);
format(string, 280, "*** %s je zapoceo brojanje.", pName);
SendClientMessageToAll(COLOR_LIGHTBLUE, string);
foreach (Player, i)
{
GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 5 ~g~-",1000,3);
GetPlayerPos(i, X,Y,Z);
}
SetTimer("count4",1000,0);
SetTimer("count3",2000,0);
SetTimer("count2",3000,0);
SetTimer("count1",4000,0);
SetTimer("countgo",5000,0);
SetTimer("stop",6000,0);
}
GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 5 ~g~-",1000,3);
Probaj ovako :
GameTextForPlayer(i, "~n~~n~~n~~n~~n~~g~-~y~ 5 ~g~-",1000,3);
ako zelis jos gore maknes ~n~
@ Karike :D
GameTextForPlayer(i, "~g~-~y~ 5 ~g~-",1000,3);
brži si :-X
Hvala 8)