[Pomoc] Count

Započeo Blaeks
13. Dec. 2011.
686
pregleda
10
postova
Blaeks_Biofor
5
Forum Don
13. Dec. 2011.
Skripta koju koristim: GTA RP
Detaljan opis problema: Gledajte ja kada ukucam /count ono odbroji i posle kad iskucam opet kaze vec je zapoceto kako da izbacim to zapoceto da mogu bilo kad da radim /count??
Dio skripte:
if(strcmp(cmdtext,"/count",true) == 0)
{
    new Float:X, Float:Y, Float:Z;
new pName;
if (auts == false)
{
auts = true;
GetPlayerName(playerid, pName, 30);
format(string, 280, "*** %s je zapoceo odbrojavanje.", pName);
SendClientMessageToAll(COLOR_LIGHTBLUE, string);
for(new i; i < MAX_PLAYERS; i++)
{
  GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 3 ~g~-",1000,3);
  GetPlayerPos(i, X,Y,Z);
  }
  SetTimer("count2",1000,0);
  SetTimer("count1",2000,0);
  SetTimer("countgo",3000,0);
  SetTimer("stop",6000,0);
}
else
{
SendClientMessage(playerid, 0xFF9900AA, "Vec je zapoceto!");
return 1;
}
}

Neke slike/video za lakse dobivanje pomoci(neobavezno):
[BWW] nåяcо
4
Enforcer
13. Dec. 2011.
	else
{
SendClientMessage(playerid, 0xFF9900AA, "Vec je zapoceto!");
return 1;
}


makni to...
bombbomb
2
Wheel Man
13. Dec. 2011.
Quote
}
if(strcmp(cmdtext,"/count",true) == 0)
{
    new Float:X, Float:Y, Float:Z;
new pName;
if (auts == false)
{
auts = true;
GetPlayerName(playerid, pName, 30);
format(string, 280, "*** %s je zapoceo odbrojavanje.", pName);
SendClientMessageToAll(COLOR_LIGHTBLUE, string);
for(new i; i < MAX_PLAYERS; i++)
{
  GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 3 ~g~-",1000,3);
  GetPlayerPos(i, X,Y,Z);
  }
  SetTimer("count2",1000,0);
  SetTimer("count1",2000,0);
  SetTimer("countgo",3000,0);
  SetTimer("stop",6000,0);
}
else
{

Evo taj!
Blaeks_Biofor
5
Forum Don
13. Dec. 2011.
Bomb ova tvoja cmd ima 26 errora da znas  a ti Narco kad obrisem dobijam 26 errora isto
troll3d
4
Made Man
13. Dec. 2011.
Nemaš jednak broj { }
[BWW] nåяcо
4
Enforcer
13. Dec. 2011.
if(strcmp(cmdtext,"/count",true) == 0)
{
    new Float:X, Float:Y, Float:Z;
new pName;
if (auts == false)
{
auts = true;
GetPlayerName(playerid, pName, 30);
format(string, 280, "*** %s je zapoceo odbrojavanje.", pName);
SendClientMessageToAll(COLOR_LIGHTBLUE, string);
for(new i; i < MAX_PLAYERS; i++)
{
    GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 3 ~g~-",1000,3);
    GetPlayerPos(i, X,Y,Z);
    }
    SetTimer("count2",1000,0);
    SetTimer("count1",2000,0);
    SetTimer("countgo",3000,0);
    SetTimer("stop",6000,0);
}
}
}


ev probaj ovak..
Blaeks_Biofor
5
Forum Don
13. Dec. 2011.
To much error in line tako kaze
[BWW] nåяcо
4
Enforcer
13. Dec. 2011.
probaj onda ovako..

neznam ali nebi trebalo bacit erore

if(strcmp(cmdtext,"/count",true) == 0)
{
   new Float:X, Float:Y, Float:Z;
new pName;
if (auts == false)
{
auts = true;
GetPlayerName(playerid, pName, 30);
format(string, 280, "*** %s je zapoceo odbrojavanje.", pName);
SendClientMessageToAll(COLOR_LIGHTBLUE, string);
for(new i; i < MAX_PLAYERS; i++)
{
  GameTextForPlayer(i, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 3 ~g~-",1000,3);
  GetPlayerPos(i, X,Y,Z);
  }
  SetTimer("count2",1000,0);
  SetTimer("count1",2000,0);
  SetTimer("countgo",3000,0);
  SetTimer("stop",6000,0);
}
}
Blaeks_Biofor
5
Forum Don
13. Dec. 2011.
opet 26 komada neznam sta je
FlasHica
5
Kingpin
13. Dec. 2011.
Quote
CountDown/Odbrojavanje

http://balkan-samp.com/forum/index.php?topic=30985.0

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha