Peršokti į turinį
  • ŽAIDIMAI
  • , ŽAIDIMAI
  • ŽAIDIMAI

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5517 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Recommended Posts

Tai pas mane /coumt veikia viskas gerai, ten yra ne gamemode jis bet atskiras fs, gal kas galit pasakyt kaip reikia daryt, kad parasius /count rasytu zaidejo nicka kas toks ji padare, dabar raso ***Sakiciavimas pradetas*** o man reikia kad rasytu

Nick_Nick: Pradetas Skaiciavimas

mano eilute yra tokia:

SendClientMessage(playerid, 0xffe600ff, "*** Skaiciavimas pradetas! ***");

kasnors padarykit taip kaip reikia ir atsiuskit duosiu rep

Rasom prie visu Forvard Jie turi buti kazkur priekyje

forward count2();

forward count1();

forward countgo();

forward countstop();

Prie visu new bool darasom jie turetu but kazkur priekyje

new bool:Skaicevimas;

Prie public OnPlayerCommandText(playerid, cmdtext[])

{

if(!strcmp(cmdtext, "/skaic", true,6))

{

new pName[30];

new stringas[256];

if(Skaicevimas == false)

{

Skaicevimas = true;

GetPlayerName(playerid,pName,sizeof(pName));

format(stringas, 280, "[GRP-BEST.LT]: %s pradejo skaiciavima", pName);

SendClientMessageToAll(0xFF0000FF, stringas);

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);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

SetTimer("count2",1000,0);

SetTimer("count1",2000,0);

SetTimer("countgo",3000,0);

SetTimer("countstop",6000,0);

}

else SendClientMessage(playerid, 0xFF0000FF, "Tai kad jau kazkas pradejo skaiciavima ");

return 1;

}

Cia paciam gale darasyk

public count2()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 2 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public count1()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 1 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countgo()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~]~g~-~g~Go! Go! Go!~g~-~y~]~g~-",1000,3);

PlayerPlaySound(i, 1057, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countstop()

{

Skaicevimas = false;

}

PADEJAU??? Negailek +REP

Rasom prie visu Forvard Jie turi buti kazkur priekyje
forward count2();

forward count1();

forward countgo();

forward countstop();

Prie visu new bool darasom jie turetu but kazkur priekyje

new bool:Skaicevimas;

Prie public OnPlayerCommandText(playerid, cmdtext[])

{

if(!strcmp(cmdtext, "/skaic", true,6))

{

new pName[30];

new stringas[256];

if(Skaicevimas == false)

{

Skaicevimas = true;

GetPlayerName(playerid,pName,sizeof(pName));

format(stringas, 280, "[GRP-BEST.LT]: %s pradejo skaiciavima", pName);

SendClientMessageToAll(0xFF0000FF, stringas);

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);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

SetTimer("count2",1000,0);

SetTimer("count1",2000,0);

SetTimer("countgo",3000,0);

SetTimer("countstop",6000,0);

}

else SendClientMessage(playerid, 0xFF0000FF, "Tai kad jau kazkas pradejo skaiciavima ");

return 1;

}

Cia paciam gale darasyk

public count2()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 2 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public count1()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 1 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countgo()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~]~g~-~g~Go! Go! Go!~g~-~y~]~g~-",1000,3);

PlayerPlaySound(i, 1057, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countstop()

{

Skaicevimas = false;

}

PADEJAU??? Negailek +REP

Ripinta pamoka. -REP.

image.thumb.png.08f7b53421ef0f9f204e4a01242875cb.png

Rasom prie visu Forvard Jie turi buti kazkur priekyje
forward count2();

forward count1();

forward countgo();

forward countstop();

Prie visu new bool darasom jie turetu but kazkur priekyje

new bool:Skaicevimas;

Prie public OnPlayerCommandText(playerid, cmdtext[])

{

if(!strcmp(cmdtext, "/skaic", true,6))

{

new pName[30];

new stringas[256];

if(Skaicevimas == false)

{

Skaicevimas = true;

GetPlayerName(playerid,pName,sizeof(pName));

format(stringas, 280, "[GRP-BEST.LT]: %s pradejo skaiciavima", pName);

SendClientMessageToAll(0xFF0000FF, stringas);

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);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

SetTimer("count2",1000,0);

SetTimer("count1",2000,0);

SetTimer("countgo",3000,0);

SetTimer("countstop",6000,0);

}

else SendClientMessage(playerid, 0xFF0000FF, "Tai kad jau kazkas pradejo skaiciavima ");

return 1;

}

Cia paciam gale darasyk

public count2()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 2 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public count1()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 1 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countgo()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~]~g~-~g~Go! Go! Go!~g~-~y~]~g~-",1000,3);

PlayerPlaySound(i, 1057, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countstop()

{

Skaicevimas = false;

}

PADEJAU??? Negailek +REP

ten kur yra parasyta: Cia paciam gale darasyk. tai ten gm gale ar kur?

  • Parašė po 1 mėnesio...
Rasom prie visu Forvard Jie turi buti kazkur priekyje
forward count2();

forward count1();

forward countgo();

forward countstop();

Prie visu new bool darasom jie turetu but kazkur priekyje

new bool:Skaicevimas;

Prie public OnPlayerCommandText(playerid, cmdtext[])

{

if(!strcmp(cmdtext, "/skaic", true,6))

{

new pName[30];

new stringas[256];

if(Skaicevimas == false)

{

Skaicevimas = true;

GetPlayerName(playerid,pName,sizeof(pName));

format(stringas, 280, "[GRP-BEST.LT]: %s pradejo skaiciavima", pName);

SendClientMessageToAll(0xFF0000FF, stringas);

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);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

SetTimer("count2",1000,0);

SetTimer("count1",2000,0);

SetTimer("countgo",3000,0);

SetTimer("countstop",6000,0);

}

else SendClientMessage(playerid, 0xFF0000FF, "Tai kad jau kazkas pradejo skaiciavima ");

return 1;

}

Cia paciam gale darasyk

public count2()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 2 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public count1()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~ 1 ~g~-",1000,3);

PlayerPlaySound(i, 1056, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countgo()

{

for(new i; i < MAX_PLAYERS; i++) {

GameTextForPlayer(i,"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~g~-~y~]~g~-~g~Go! Go! Go!~g~-~y~]~g~-",1000,3);

PlayerPlaySound(i, 1057, 0 ,0 ,0);

GetPlayerPos(i,countx,county,countz);

}

}

public countstop()

{

Skaicevimas = false;

}

PADEJAU??? Negailek +REP

Ripinta pamoka. -REP.

Atsigauk tu balvone n* Vapsie kas nors taves kazko klausia? Laido Riteris *Plaunu butelius*

Ši tema yra neaktyvi. Paskutinis pranešimas šioje temoje buvo prieš 5517 dienas (-ų). Patariame sukurti naują temą, o ne rašyti naują pranešimą.

Už neaktyvių temų prikėlimą galite sulaukti įspėjimo ir pranešimo pašalinimo!

Prisijungti prie diskusijos

Palikti atsakymą galite iš karto, o užsiregistruoti vėliau. Jeigu jau turite paskyrą mūsų forume, Prisijunkite.

Svečias
Atsakyti šioje temoje...

×   Įklijuotas tekstas turi teksto formatavimą.   Pašalinti teksto formatavimą

  Galimi tik 75 veidukai.

×   Nuoroda buvo automatiškai įterpta.   Įterpti nuorodą paprastai

×   Jūsų ankstesnis pranešimas buvo atkurtas.   Išvalyti redaktorių

×   Jūs negalite įkelti nuotraukas tiesiogiai.Įkelkite arba įdėkite nuotraukas iš URL.

  • Šiame puslapyje naršo:   0 nariai

    • Nėra registruotų narių peržiūrinčių šį forumą.

Skelbimai


×
×
  • Sukurti naują...