[POMOC] Hitnoooo!!!

Započeo Zenga1998, Maj 16, 2011, 18:25:33 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:croserbia
Detaljan opis problema: Kod mene vise Compiler ne radi  :'(  :'( e neznam kako da popravim
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):


PLSS POMAZITE STO PRIJE

Johnny


Pa ocu Compile i odjednom Pawno Compiler Library didn't respond... il kako vec neznam privest kako treba na engleski jer imam na njemacki xD

Citat: Zenga1998 poslato Maj 16, 2011, 18:28:08 POSLE PODNE
Pa ocu Compile i odjednom Pawno Compiler Library didn't respond... il kako vec neznam privest kako treba na engleski jer imam na njemacki xD

sta si zadnje dodavao prepuno ti je errora

to sam dodao..

if(strcmp(cmd, "/headadmin", true) == 0 || strcmp(cmd, "/he", true) == 0)
   {
       if(IsPlayerConnected(playerid))
       {
         GetPlayerName(playerid, sendername, sizeof(sendername));
         new length = strlen(cmdtext);
         while ((idx < length) && (cmdtext[idx] <= ' '))
         {
            idx++;
         }
         new offset = idx;
         new result[64];
         while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
         {
            result[idx - offset] = cmdtext[idx];
            idx++;
         }
         result[idx - offset] = EOS;
         if(!strlen(result))
         {
            SendClientMessage(playerid, COLOR_GRAD2, "KORISTITE: (/he)adadmin [headadmin chat]");
            return 1;
         }
         format(string, sizeof(string), "*HeadAdmin %s: %s", PlayerInfo[playerid][pAdmin], sendername, result);
         if (PlayerInfo[playerid][pAdmin] >= 1)
         {
            SendAdminMessage(PLAVA, string);
         }
         printf("HeadAdmin %s: %s", sendername, result);
      }
      return 1;
   }

ne znam ja bas skriptati..ali to ti kazem za pawno izbrisi to pa probaj compile ;D videces da tu u toj komandi imas puno gresaka :D


Citat: Zenga1998 poslato Maj 16, 2011, 18:31:46 POSLE PODNE
izbriso sam i opet isto  :'(

Od zadnjeg puta kada si uradio Compile...sta si posle dodavao? to izbrisi ili pokusaj ispraviti

sad sam malo prije sve izbriso sta sam dodo bio i opet nece

Citat: Zenga1998 poslato Maj 16, 2011, 18:39:08 POSLE PODNE
sad sam malo prije sve izbriso sta sam dodo bio i opet nece


jesi li ono sto si definisao..i ako si ista definisao jesi li to izbrisao??


ma bio definiso 2 boje tj ADPLAVA i PLAVA dali idem isprobat dali moze kad to izbrisem + /he

EDIT: Opet nece :S Neznam sta da radim :SSSSSSSSSSSSS
Poslednja Izmena: Maj 16, 2011, 18:51:22 POSLE PODNE od Zenga1998

SendClientMessage(playerid, COLOR_GRAD2, "KORISTITE: (/he)adadmin [headadmin chat]");
            return 1;

Ovo izbaci iz komande... Komanda ima gresaka i to ti crashuje pawnocc.. to se i meni desavalo kad sam pravio /advertise.. :/ Izbaci komandu i izbaci ono pre toga sto si radio pa stisni "compile".. ima gresaka u nekoj komadni sto si pravio i to ti crashuje pawnocc... naravno posle ce ti biti dosta warninga "lose indentation".. to znaci da poravnas redove.. ali otom potom.. prvo ovo resi..

Znaci oto sta si ti metnio i sve preko toga il sta.. nekuzim o.O.
Daj ako mores sredi otu komandu kako treba... ja sam ono izbriso sta si ti reko al opet nece compile
Poslednja Izmena: Maj 16, 2011, 19:37:40 POSLE PODNE od Zenga1998

Citat: Zenga1998 poslato Maj 16, 2011, 19:35:39 POSLE PODNE
Znaci oto sta si ti metnio i sve preko toga il sta.. nekuzim o.O.
Daj ako mores sredi otu komandu kako treba... ja sam ono izbriso sta si ti reko al opet nece compile

Moras izbacit komandu i jesi li pravio neku komandu pre ove?

Ne mozes nista uradit dok ne izbacis komandu koja ti je blokirala pawnocc.. :/ imao sam slican problem

imam /a admin chat evo ti za obe skripta

   if(strcmp(cmd, "/admin", true)==0 || strcmp(cmd, "/a", true) == 0)
   {
       if(IsPlayerConnected(playerid))
       {
         GetPlayerName(playerid, sendername, sizeof(sendername));
         new length = strlen(cmdtext);
         while ((idx < length) && (cmdtext[idx] <= ' '))
         {
            idx++;
         }
         new offset = idx;
         new result[64];
         while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
         {
            result[idx - offset] = cmdtext[idx];
            idx++;
         }
         result[idx - offset] = EOS;
         if(!strlen(result))


         format(string, sizeof(string), "*%d Admin %s: %s", PlayerInfo[playerid][pAdmin], sendername, result);
         if (PlayerInfo[playerid][pAdmin] >= 1)
         {
            SendAdminMessage(ORANGE, string);
         }
         printf("Admin %s: %s", sendername, result);
      }
      return 1;
      }
      

    


if(strcmp(cmd, "/headadmin", true) == 0 || strcmp(cmd, "/he", true) == 0)
   {
       if(IsPlayerConnected(playerid))
       {
         GetPlayerName(playerid, sendername, sizeof(sendername));
         new length = strlen(cmdtext);
         while ((idx < length) && (cmdtext[idx] <= ' '))
         {
            idx++;
         }
         new offset = idx;
         new result[64];
         while ((idx < length) && ((idx - offset) < (sizeof(result) - 1338)))
         {
            result[idx - offset] = cmdtext[idx];
            idx++;
         }
         result[idx - offset] = EOS;
         if(!strlen(result))
         

         format(string, sizeof(string), "*%d HeadAdmin %s: %s", PlayerInfo[playerid][pAdmin], sendername, result);
         if (PlayerInfo[playerid][pAdmin] >= 1338)
         {
            SendAdminMessage(plava, string);
         }
         printf("Admin %s: %s", sendername, result);
      }

      return 1;
      }