[Pomoć] Neznam gdje je error

Započeo tasty, Mart 09, 2013, 21:42:43 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 4 gostiju pregledaju ovu temu.

Skripta koju koristim: GF
Detaljan opis problema:

\gamemodes\gf.pwn(1715) : error 004: function "SetPlayerToTeamColor" is not implemented
gamemodes\gf.pwn(1740) : error 004: function "SetPlayerToTeamColor" is not implemented
gamemodes\gf.pwn(1829) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1833) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1845) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1849) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1853) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1857) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1861) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1865) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1869) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1881) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1885) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1889) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1893) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1897) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1909) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1913) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1917) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1929) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(1933) : error 004: function "PlayerToPoint" is not implemented
gamemodes\gf.pwn(2179) : error 004: function "SendIRCMessage" is not implemented
gamemodes\gf.pwn(2201) : error 004: function "SendIRCMessage" is not implemented
gamemodes\gf.pwn(2213) : error 004: function "SaveCK" is not implemented
gamemodes\gf.pwn(2243) : error 004: function "SavePapers" is not implemented
gamemodes\gf.pwn(2274) : error 004: function "SaveFamilies" is not implemented

Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.


Negdje sam pročitao da ovo može biti da ima nekih zagrada koje su otvorene a nisu zatvorene ili su jednostavno nepotrebne, meÄ'utim iÅ¡ao sam na bracket finder i jednako ima i zatvorenih i otvorenih. Do čeg joÅ¡ može bit, da vam ne kopiram sve ove linije?
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):

negdje si fula zagrade { ili } moras imat isti broj otvorenih i zatvorenih

Citat: 99Mile99 poslato Mart 09, 2013, 21:51:10 POSLE PODNE
negdje si fula zagrade { ili } moras imat isti broj otvorenih i zatvorenih

A znam da jesam negdje, al ovaj bracket fix piše da nisam :S



Citat: 007Bond poslato Mart 10, 2013, 00:22:02 PRE PODNE
Daj sve linije ! Mora bit negdje da si sjebo !

Ja neznam gdje sam točno išta sjebo, mogu ti poslat čitavu skriptu pa ti vidi XD

Ali ovaj bracket fix mi pokazuje da je točno isto otvorenih i zatvorenih zagrada. Možda sam negdje, dok je ta zagrada bila otvorena, stavio nepotrebnu zatvorenu zagradu pa mi to pokazuje, što znači da sam skroz zajebo stvar.

Pliz, ako ima netko pametan da zna kako se ovo može riješit, dosta sam uložio u skriptu.

vidi nema se sta reci tu to samo izbac kao sto je navedeno negdje kada si nesta radio negdje imas nejednak broj zagrada nem sta drugo biti.Sjeti se sta si zadnje radio drugacije ti mi ne mozemo pomoci.

Citat: ivica158 poslato Mart 10, 2013, 01:05:51 PRE PODNE
vidi nema se sta reci tu to samo izbac kao sto je navedeno negdje kada si nesta radio negdje imas nejednak broj zagrada nem sta drugo biti.Sjeti se sta si zadnje radio drugacije ti mi ne mozemo pomoci.

Zadnje sto sam uradio sam prevodio, to cu sad vidjeti da nisam negdje slucajno. A isto sam pokusavo izbrisat tutorial iz skripte, i onda se nesjecam tocno sta je bilo al sam ga vratio, i sad imam taj error.

}

}
    }
if(TutTime[i] >= 1)
{
    TutTime[i] += 1;
    if(TutTime[i] == 3)
    {
        SendClientMessage(i, COLOR_YELLOW2, "|____ Tutorijal: Pocetak ____|");
        SendClientMessage(i, COLOR_YELLOW2, "Hi there, i can see that you are new, so here's a quick tutorijal.");
        SendClientMessage(i, COLOR_YELLOW2, "Every new players needs to know what he / she, can and can't do.");
        SendClientMessage(i, COLOR_YELLOW2, "I will give your quiet some information, so please pay attention to avoid questions later on.");
    }
    else if(TutTime[i] == 14)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorial: Kind of server ____|");
    }
    else if(TutTime[i] == 16)
    {
        SendClientMessage(i, COLOR_YELLOW2, "This server is a RP server which stands for Role Playing.");
        SendClientMessage(i, COLOR_YELLOW2, "We are absolutely not interested in players that just come along and Deathmatch.");
        SendClientMessage(i, COLOR_YELLOW2, "The name you have also matters alot, other players are getting used to your chosen name");
        SendClientMessage(i, COLOR_YELLOW2, "so it's better to have a name like for example: Oliver_Wood.");
        SendClientMessage(i, COLOR_YELLOW2, "If you want to know more about how to RP, visit our forums and search for the topic.");
        SendClientMessage(i, COLOR_YELLOW2, "(You can find the forum on our webpage: http://www.godfather-rp.com");
    }
    else if(TutTime[i] == 30)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Requesting Help ____|");
    }
    else if(TutTime[i] == 32)
    {
        SendClientMessage(i, COLOR_YELLOW2, "If you are confused and would like to know some more information when you are ingame");
        SendClientMessage(i, COLOR_YELLOW2, "simply just ask any Player or an Admin (/admins) in a common way.");
        SendClientMessage(i, COLOR_YELLOW2, "Just use common lines like: Hi, could you help me a sec please?");
        SendClientMessage(i, COLOR_YELLOW2, "Don't start to shout or curse at someone, because it will only make you look worse..");
        SendClientMessage(i, COLOR_YELLOW2, "And you might end up banned, which you want to skip of course.");
        SendClientMessage(i, COLOR_YELLOW2, "Use the commands /o (OOC) /w (Whisper) /sms (If you have the Phone Number) to talk to someone.");
    }
    else if(TutTime[i] == 52)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Cheating & Abusing ____|");
    }
    else if(TutTime[i] == 54)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We wish that n0beit was never made and we certainly don't allow players to use it.");
        SendClientMessage(i, COLOR_YELLOW2, "Thats why we don't want YOU to cheat, or allow other players to cheat.");
        SendClientMessage(i, COLOR_YELLOW2, "If you see someone cheating, please report it with /report right away.");
        SendClientMessage(i, COLOR_YELLOW2, "Bug abusing, or in any other way stuff abusing is just as bad as Cheating.");
        SendClientMessage(i, COLOR_YELLOW2, "So we don't want YOU to abuse aswell, simply use the /report as well if you see");
        SendClientMessage(i, COLOR_YELLOW2, "someone abusing something.");
    }
    else if(TutTime[i] == 74)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Respect ____|");
    }
    else if(TutTime[i] == 76)
    {
        SendClientMessage(i, COLOR_YELLOW2, "First of all I like to start with Admins, respect Admins in any way.");
        SendClientMessage(i, COLOR_YELLOW2, "We are all trying to keep everyony satisfied and trying to help everyone in anyway possible.");
        SendClientMessage(i, COLOR_YELLOW2, "Secondly, don't curse / shout / swear at other players, this will end you up muted / banned.");
        SendClientMessage(i, COLOR_YELLOW2, "Just treat people with respect, just like you want to be respected.");
    }
    else if(TutTime[i] == 96)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Drive-by ____|");
    }
    else if(TutTime[i] == 98)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We don't allow Drive-by's on this server, since it's lame and simple to kill.");
        SendClientMessage(i, COLOR_YELLOW2, "And it's deathmatching, which we definately don't allow.");
        SendClientMessage(i, COLOR_YELLOW2, "Don't do this if you don't want yourself to get banned.");
    }
    else if(TutTime[i] == 108)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Language & Advertising ____|");
    }
    else if(TutTime[i] == 110)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We'd like you to use English in any chat.");
        SendClientMessage(i, COLOR_YELLOW2, "If you want to talk with someone in your own Language, use the /w or /sms commands");
        SendClientMessage(i, COLOR_YELLOW2, "Advertising is not allowed aswell, advertising will get you banned aswell.");
    }
    else if(TutTime[i] == 119)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: The End ____|");
    }
    else if(TutTime[i] == 121)
    {
        SendClientMessage(i, COLOR_YELLOW2, "So that was it, probably obvious but we still want you to remember our rules.");
        SendClientMessage(i, COLOR_YELLOW2, "Just keep reminding them and have fun!");
        SendClientMessage(i, COLOR_YELLOW2, "Greetings from: Role Play - The Godfather Admin Team.");
    }
    else if(TutTime[i] == 127)
    {
        TutTime[i] = 0; PlayerInfo[i][pTut] = 1;
gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0;
TogglePlayerControllable(i, 1);
MedicBill[i] = 0;
SetPlayerSpawn(i);
    }
}
if(PlayerTazeTime[i] >= 1)
{
    PlayerTazeTime[i] += 1;
    if(PlayerTazeTime[i] == 15)
    {
                    PlayerTazeTime[i] = 0;
    }
    else
                {
            }

Ovako i dolje ti nešto fali kod "else":

{
    {
        {
if(TutTime[i] >= 1)
{
    TutTime[i] += 1;
    if(TutTime[i] == 3)
    {
        SendClientMessage(i, COLOR_YELLOW2, "|____ Tutorijal: Pocetak ____|");
        SendClientMessage(i, COLOR_YELLOW2, "Hi there, i can see that you are new, so here's a quick tutorijal.");
        SendClientMessage(i, COLOR_YELLOW2, "Every new players needs to know what he / she, can and can't do.");
        SendClientMessage(i, COLOR_YELLOW2, "I will give your quiet some information, so please pay attention to avoid questions later on.");
    }
    else if(TutTime[i] == 14)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorial: Kind of server ____|");
    }
    else if(TutTime[i] == 16)
    {
        SendClientMessage(i, COLOR_YELLOW2, "This server is a RP server which stands for Role Playing.");
        SendClientMessage(i, COLOR_YELLOW2, "We are absolutely not interested in players that just come along and Deathmatch.");
        SendClientMessage(i, COLOR_YELLOW2, "The name you have also matters alot, other players are getting used to your chosen name");
        SendClientMessage(i, COLOR_YELLOW2, "so it's better to have a name like for example: Oliver_Wood.");
        SendClientMessage(i, COLOR_YELLOW2, "If you want to know more about how to RP, visit our forums and search for the topic.");
        SendClientMessage(i, COLOR_YELLOW2, "(You can find the forum on our webpage: http://www.godfather-rp.com");
    }
    else if(TutTime[i] == 30)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Requesting Help ____|");
    }
    else if(TutTime[i] == 32)
    {
        SendClientMessage(i, COLOR_YELLOW2, "If you are confused and would like to know some more information when you are ingame");
        SendClientMessage(i, COLOR_YELLOW2, "simply just ask any Player or an Admin (/admins) in a common way.");
        SendClientMessage(i, COLOR_YELLOW2, "Just use common lines like: Hi, could you help me a sec please?");
        SendClientMessage(i, COLOR_YELLOW2, "Don't start to shout or curse at someone, because it will only make you look worse..");
        SendClientMessage(i, COLOR_YELLOW2, "And you might end up banned, which you want to skip of course.");
        SendClientMessage(i, COLOR_YELLOW2, "Use the commands /o (OOC) /w (Whisper) /sms (If you have the Phone Number) to talk to someone.");
    }
    else if(TutTime[i] == 52)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Cheating & Abusing ____|");
    }
    else if(TutTime[i] == 54)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We wish that n0beit was never made and we certainly don't allow players to use it.");
        SendClientMessage(i, COLOR_YELLOW2, "Thats why we don't want YOU to cheat, or allow other players to cheat.");
        SendClientMessage(i, COLOR_YELLOW2, "If you see someone cheating, please report it with /report right away.");
        SendClientMessage(i, COLOR_YELLOW2, "Bug abusing, or in any other way stuff abusing is just as bad as Cheating.");
        SendClientMessage(i, COLOR_YELLOW2, "So we don't want YOU to abuse aswell, simply use the /report as well if you see");
        SendClientMessage(i, COLOR_YELLOW2, "someone abusing something.");
    }
    else if(TutTime[i] == 74)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Respect ____|");
    }
    else if(TutTime[i] == 76)
    {
        SendClientMessage(i, COLOR_YELLOW2, "First of all I like to start with Admins, respect Admins in any way.");
        SendClientMessage(i, COLOR_YELLOW2, "We are all trying to keep everyony satisfied and trying to help everyone in anyway possible.");
        SendClientMessage(i, COLOR_YELLOW2, "Secondly, don't curse / shout / swear at other players, this will end you up muted / banned.");
        SendClientMessage(i, COLOR_YELLOW2, "Just treat people with respect, just like you want to be respected.");
    }
    else if(TutTime[i] == 96)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Drive-by ____|");
    }
    else if(TutTime[i] == 98)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We don't allow Drive-by's on this server, since it's lame and simple to kill.");
        SendClientMessage(i, COLOR_YELLOW2, "And it's deathmatching, which we definately don't allow.");
        SendClientMessage(i, COLOR_YELLOW2, "Don't do this if you don't want yourself to get banned.");
    }
    else if(TutTime[i] == 108)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Language & Advertising ____|");
    }
    else if(TutTime[i] == 110)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We'd like you to use English in any chat.");
        SendClientMessage(i, COLOR_YELLOW2, "If you want to talk with someone in your own Language, use the /w or /sms commands");
        SendClientMessage(i, COLOR_YELLOW2, "Advertising is not allowed aswell, advertising will get you banned aswell.");
    }
    else if(TutTime[i] == 119)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: The End ____|");
    }
    else if(TutTime[i] == 121)
    {
        SendClientMessage(i, COLOR_YELLOW2, "So that was it, probably obvious but we still want you to remember our rules.");
        SendClientMessage(i, COLOR_YELLOW2, "Just keep reminding them and have fun!");
        SendClientMessage(i, COLOR_YELLOW2, "Greetings from: Role Play - The Godfather Admin Team.");
    }
    else if(TutTime[i] == 127)
    {
        TutTime[i] = 0; PlayerInfo[i][pTut] = 1;
gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0;
TogglePlayerControllable(i, 1);
MedicBill[i] = 0;
SetPlayerSpawn(i);
    }
}
if(PlayerTazeTime[i] >= 1)
{
    PlayerTazeTime[i] += 1;
    if(PlayerTazeTime[i] == 15)
    {
            PlayerTazeTime[i] = 0;
    }
    else
            {
                // Ovdje ti neÅ¡to fali ?
            }
         }
}
}
BIG RESPEKT: Blaeks,  [CRP] Joey_, David (Sabljak) A.k.A SABO(T), joXy_, Dimi, Sexserghy ♥, TerminuS, H1TM4N

Citat: FlasH poslato Mart 10, 2013, 16:21:28 POSLE PODNE
Ovako i dolje ti nešto fali kod "else":

{
    {
        {
if(TutTime[i] >= 1)
{
    TutTime[i] += 1;
    if(TutTime[i] == 3)
    {
        SendClientMessage(i, COLOR_YELLOW2, "|____ Tutorijal: Pocetak ____|");
        SendClientMessage(i, COLOR_YELLOW2, "Hi there, i can see that you are new, so here's a quick tutorijal.");
        SendClientMessage(i, COLOR_YELLOW2, "Every new players needs to know what he / she, can and can't do.");
        SendClientMessage(i, COLOR_YELLOW2, "I will give your quiet some information, so please pay attention to avoid questions later on.");
    }
    else if(TutTime[i] == 14)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorial: Kind of server ____|");
    }
    else if(TutTime[i] == 16)
    {
        SendClientMessage(i, COLOR_YELLOW2, "This server is a RP server which stands for Role Playing.");
        SendClientMessage(i, COLOR_YELLOW2, "We are absolutely not interested in players that just come along and Deathmatch.");
        SendClientMessage(i, COLOR_YELLOW2, "The name you have also matters alot, other players are getting used to your chosen name");
        SendClientMessage(i, COLOR_YELLOW2, "so it's better to have a name like for example: Oliver_Wood.");
        SendClientMessage(i, COLOR_YELLOW2, "If you want to know more about how to RP, visit our forums and search for the topic.");
        SendClientMessage(i, COLOR_YELLOW2, "(You can find the forum on our webpage: http://www.godfather-rp.com");
    }
    else if(TutTime[i] == 30)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Requesting Help ____|");
    }
    else if(TutTime[i] == 32)
    {
        SendClientMessage(i, COLOR_YELLOW2, "If you are confused and would like to know some more information when you are ingame");
        SendClientMessage(i, COLOR_YELLOW2, "simply just ask any Player or an Admin (/admins) in a common way.");
        SendClientMessage(i, COLOR_YELLOW2, "Just use common lines like: Hi, could you help me a sec please?");
        SendClientMessage(i, COLOR_YELLOW2, "Don't start to shout or curse at someone, because it will only make you look worse..");
        SendClientMessage(i, COLOR_YELLOW2, "And you might end up banned, which you want to skip of course.");
        SendClientMessage(i, COLOR_YELLOW2, "Use the commands /o (OOC) /w (Whisper) /sms (If you have the Phone Number) to talk to someone.");
    }
    else if(TutTime[i] == 52)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Cheating & Abusing ____|");
    }
    else if(TutTime[i] == 54)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We wish that n0beit was never made and we certainly don't allow players to use it.");
        SendClientMessage(i, COLOR_YELLOW2, "Thats why we don't want YOU to cheat, or allow other players to cheat.");
        SendClientMessage(i, COLOR_YELLOW2, "If you see someone cheating, please report it with /report right away.");
        SendClientMessage(i, COLOR_YELLOW2, "Bug abusing, or in any other way stuff abusing is just as bad as Cheating.");
        SendClientMessage(i, COLOR_YELLOW2, "So we don't want YOU to abuse aswell, simply use the /report as well if you see");
        SendClientMessage(i, COLOR_YELLOW2, "someone abusing something.");
    }
    else if(TutTime[i] == 74)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Respect ____|");
    }
    else if(TutTime[i] == 76)
    {
        SendClientMessage(i, COLOR_YELLOW2, "First of all I like to start with Admins, respect Admins in any way.");
        SendClientMessage(i, COLOR_YELLOW2, "We are all trying to keep everyony satisfied and trying to help everyone in anyway possible.");
        SendClientMessage(i, COLOR_YELLOW2, "Secondly, don't curse / shout / swear at other players, this will end you up muted / banned.");
        SendClientMessage(i, COLOR_YELLOW2, "Just treat people with respect, just like you want to be respected.");
    }
    else if(TutTime[i] == 96)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Drive-by ____|");
    }
    else if(TutTime[i] == 98)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We don't allow Drive-by's on this server, since it's lame and simple to kill.");
        SendClientMessage(i, COLOR_YELLOW2, "And it's deathmatching, which we definately don't allow.");
        SendClientMessage(i, COLOR_YELLOW2, "Don't do this if you don't want yourself to get banned.");
    }
    else if(TutTime[i] == 108)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: Language & Advertising ____|");
    }
    else if(TutTime[i] == 110)
    {
        SendClientMessage(i, COLOR_YELLOW2, "We'd like you to use English in any chat.");
        SendClientMessage(i, COLOR_YELLOW2, "If you want to talk with someone in your own Language, use the /w or /sms commands");
        SendClientMessage(i, COLOR_YELLOW2, "Advertising is not allowed aswell, advertising will get you banned aswell.");
    }
    else if(TutTime[i] == 119)
    {
        SendClientMessage(i, COLOR_YELLOW, "|____ Tutorijal: The End ____|");
    }
    else if(TutTime[i] == 121)
    {
        SendClientMessage(i, COLOR_YELLOW2, "So that was it, probably obvious but we still want you to remember our rules.");
        SendClientMessage(i, COLOR_YELLOW2, "Just keep reminding them and have fun!");
        SendClientMessage(i, COLOR_YELLOW2, "Greetings from: Role Play - The Godfather Admin Team.");
    }
    else if(TutTime[i] == 127)
    {
        TutTime[i] = 0; PlayerInfo[i][pTut] = 1;
gOoc[i] = 0; gNews[i] = 0; gFam[i] = 0;
TogglePlayerControllable(i, 1);
MedicBill[i] = 0;
SetPlayerSpawn(i);
    }
}
if(PlayerTazeTime[i] >= 1)
{
    PlayerTazeTime[i] += 1;
    if(PlayerTazeTime[i] == 15)
    {
            PlayerTazeTime[i] = 0;
    }
    else
            {
                // Ovdje ti neÅ¡to fali ?
            }
         }
}
}


TO! HVALA TI MAJSTORE  :P

Pošalji mi adresu, šaljem ti tonu pršuta za uskrs.

U P.M, nije to -.- Izgleda da nije uopće nigdje oko tutoriala niÅ¡ta  :-\

Citat: tasty poslato Mart 11, 2013, 01:51:11 PRE PODNE
U P.M, nije to -.- Izgleda da nije uopće nigdje oko tutoriala niÅ¡ta  :-\

mislim da ti nedostaje jos jedna zagrada u ovome tvojemu tutorialu na kraju zadnja...ovisno sto si tu nama na forum stavio, a sto ne.
Mnogi me znaju, a mnogi misle da znaju.

Citat: Tomek poslato Mart 11, 2013, 01:58:38 PRE PODNE
Citat: tasty poslato Mart 11, 2013, 01:51:11 PRE PODNE
U P.M, nije to -.- Izgleda da nije uopće nigdje oko tutoriala niÅ¡ta  :-\

mislim da ti nedostaje jos jedna zagrada u ovome tvojemu tutorialu na kraju zadnja...ovisno sto si tu nama na forum stavio, a sto ne.

Nema veze, sada sam ispravio :D Hvala puno! Još uvijek neznam gdje je bio error, ali tu je bio negdje oko tutorijala i oko tazetime-a. Jednostavno sam otišao gore do OnPlayerunjail i dole do onih koordinata od kasina i zamjeno sve pomoću original skripte. Hvala :D :D: D