[pomoc] Errori, nikako maknit

Započeo LewSenn, Mart 28, 2011, 18:51:25 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Evo isao sam staviti dialoge, i evo dim i je problem u skripti, nemogu naci problem nikako


Skripta koju koristim: Moderator: Ovo polje je obavezno. Molim editaj post i ubaci ime skripte.
Dio skripte gdje je problem:
[
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
new sendername[MAX_PLAYER_NAME];
new string[128];
if(dialogid == 1 || dialogid == 2)
{
      if(strlen(inputtext))
      {
new tmppass[64];
strmid(tmppass, inputtext, 0, strlen(inputtext), 255);
Encrypt(tmppass);
OnPlayerLogin(playerid,tmppass);
          }
else
{
new loginstring[128];
new loginname[64];
GetPlayerName(playerid,loginname,sizeof(loginname));
format(loginstring,sizeof(loginstring),"POGRESNA SIFRA\nUnesena lozinka se ne poklapa sa accountom!",loginname);
ShowPlayerDialog(playerid,12347,DIALOG_STYLE_INPUT,"Login",loginstring,"Prijava","Izlaz");
gPlayerLogTries[playerid] += 1;
}
}
if(dialogid == 2)
{
   if(strlen(inputtext))
   {
GetPlayerName(playerid, sendername, sizeof(sendername));
format(string, sizeof(string), "%s.ini", sendername);
new File: hFile = fopen(string, io_read);
if (hFile)
{
SendClientMessage(playerid, COLOR_YELLOW, "Ime je vec preuzeto, molimo izaberite neko drugo.");
fclose(hFile);
return 1;
}
new tmppass[64];
strmid(tmppass, inputtext, 0, strlen(inputtext), 255);
Encrypt(tmppass);
OnPlayerRegister(playerid,tmppass);
}
else
{
new regstring[128];
new regname[64];
GetPlayerName(playerid,regname,sizeof(regname));
format(regstring,sizeof(regstring),"Dobrodosli, %s\nVi nemate korisnicki Account/Racun.\nUnesite lozinku za register:",regname);
ShowPlayerDialog(playerid,2,DIALOG_STYLE_INPUT,"Register",regstring,"Register","Izlaz");
}
}
  if(dialogid == 3) // Spol
{
   if(RegistrationStep[playerid] == 1)
   {
   if(response)
   {
if(listitem == 0) // Musko
   {
       PlayerInfo[playerid][pSex] = 1;
       ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Koliko imate godina?", "10 \n11 \n12 \n13 \n14 \n15 \n16 \n17 \n18 \n11 \n19 \n20 \n21 \n22 \n23 \n24 \n25 \n26 \n27 \n28 \n29 \n30 \n31 \n32 \n33 \n34 \n35 \nVise od 35", "U redu", "Odustani");
       RegistrationStep[playerid] = 2;
   }
   if(listitem == 1) // Zensko
   {
       PlayerInfo[playerid][pSex] = 2;
       ShowPlayerDialog(playerid, 4, DIALOG_STYLE_LIST, "Koliko imate godina?", "10 \n11 \n12 \n13 \n14 \n15 \n16 \n17 \n18 \n11 \n19 \n20 \n21 \n22 \n23 \n24 \n25 \n26 \n27 \n28 \n29 \n30 \n31 \n32 \n33 \n34 \n35", "U redu", "Odustani");
       RegistrationStep[playerid] = 2;
   }
   if(listitem == 2) // Kick
   {
               Kick(playerid);
   }
   }
}
 return 1;
  }
if(dialogid == 4) // Dob
{
       if(RegistrationStep[playerid] == 2)
   {
           if(response)
   {
       if(listitem == 0)
   {
       PlayerInfo[playerid][pAge] = 9;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 1)
   {
       PlayerInfo[playerid][pAge] = 10;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 2)
   {
       PlayerInfo[playerid][pAge] = 11;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 3)
   {
       PlayerInfo[playerid][pAge] = 12;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 4)
   {
       PlayerInfo[playerid][pAge] = 13;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 5)
   {
       PlayerInfo[playerid][pAge] = 14;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 6)
   {
       PlayerInfo[playerid][pAge] = 15;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
                           }
   if(listitem == 7)
   {
       PlayerInfo[playerid][pAge] = 16;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 8)
   {
       PlayerInfo[playerid][pAge] = 17;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 9)
   {
       PlayerInfo[playerid][pAge] = 18;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 10)
   {
       PlayerInfo[playerid][pAge] = 19;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 11)
   {
       PlayerInfo[playerid][pAge] = 20;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
               if(listitem == 12)
   {
       PlayerInfo[playerid][pAge] = 21;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 13)
   {
       PlayerInfo[playerid][pAge] = 22;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 14)
   {
       PlayerInfo[playerid][pAge] = 23;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 15)
   {
       PlayerInfo[playerid][pAge] = 24;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 16)
   {
       PlayerInfo[playerid][pAge] = 25;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 17)
   {
       PlayerInfo[playerid][pAge] = 26;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 18)
   {
       PlayerInfo[playerid][pAge] = 27;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 19)
   {
       PlayerInfo[playerid][pAge] = 28;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 20)
   {
       PlayerInfo[playerid][pAge] = 29;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 21)
   {
       PlayerInfo[playerid][pAge] = 30;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 22)
   {
       PlayerInfo[playerid][pAge] = 31;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 23)
   {
       PlayerInfo[playerid][pAge] = 32;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 24)
   {
       PlayerInfo[playerid][pAge] = 33;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
   }
   if(listitem == 25)
   {
       PlayerInfo[playerid][pAge] = 34;
       ShowPlayerDialog(playerid, 5, DIALOG_STYLE_LIST, "Odakle ste?", "Hrvatska \nSrbija \nKosovo \nCrna Gora \nSlovenija \nBosna i Hercegovina", "U redu", "Odustani");
       RegistrationStep[playerid] = 3;
           }
           if(listitem == 26) // Kick
   {
                   Kick(playerid);
   }
}
}
 return 1;
}
if(dialogid == 5) // Drzava
{
   if(RegistrationStep[playerid] == 3)
   {
   if(response)
   {
   if(listitem == 0) // HR
   {
       PlayerInfo[playerid][pOrigin] = 1;
       RegistrationStep[playerid] = 0;
       TutTime[playerid] = 1;
       return 0;
   }
   if(listitem == 1) // SRB
   {
       PlayerInfo[playerid][pOrigin] = 2;
       RegistrationStep[playerid] = 0;
       TutTime[playerid] = 1;
       return 0;
   }
   if(listitem == 2) // Kosovo
   {
       PlayerInfo[playerid][pOrigin] = 3;
       RegistrationStep[playerid] = 0;
       TutTime[playerid] = 1;
       return 0;
   }
   if(listitem == 3) // CG
   {
       PlayerInfo[playerid][pOrigin] = 4;
       RegistrationStep[playerid] = 0;
       TutTime[playerid] = 1;
       return 0;
   }
   if(listitem == 4) // Slovenija
   {
       PlayerInfo[playerid][pOrigin] = 5;
       RegistrationStep[playerid] = 0;
       TutTime[playerid] = 1;
       return 0;
   }
   if(listitem == 5) // BiH
   {
       PlayerInfo[playerid][pOrigin] = 6;
       RegistrationStep[playerid] = 0;
       TutTime[playerid] = 1;
       return 0;
   }
   if(listitem == 6) // Kick
   {
                   Kick(playerid);
   }
   }
}
}
return 1;
}



Errori:
Citat
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\gf.pwn(26219) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\gf.pwn(26268) : warning 217: loose indentation
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\gf.pwn(26329) : warning 217: loose indentation
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\gf.pwn(26499) : warning 217: loose indentation
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase

Header size:           5952 bytes
Code size:          1110776 bytes
Data size:          4441988 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 5575100 bytes

4 Warnings.

Poslednja Izmena: Mart 28, 2011, 21:28:14 POSLE PODNE od BloodMaster
Rehab RolePlay [0.3.7-R2] - https://discord.gg/XCjRc2U

91.121.21.54:8743


eto edita san post... eto sada pogledajte.. tako je kako je :D
Rehab RolePlay [0.3.7-R2] - https://discord.gg/XCjRc2U

91.121.21.54:8743

dodas na pocetku skripte #pragma tabsize 0 i obrises ovo onplayerprivmg i to je to  :D :D :D
LOL

nakon toga, imam samo jedan error...

Citat
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\gf.pwn(13786) : error 004: function "SetCamBack" is not implemented
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Rehab RolePlay [0.3.7-R2] - https://discord.gg/XCjRc2U

91.121.21.54:8743

gdje su ti forwardi dodaj
forward SetCamBack(playerid);
LOL

Citat: _MosT_WanteD_ poslato Mart 28, 2011, 19:10:55 POSLE PODNE
gdje su ti forwardi dodaj
forward SetCamBack(playerid);

dodao i nista..

i pokusao ono: usao u pawn pa crtl+o i otvoriti GM pa compile i opet isto...

Citat
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\gf.pwn(13787) : error 004: function "SetCamBack" is not implemented
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

Rehab RolePlay [0.3.7-R2] - https://discord.gg/XCjRc2U

91.121.21.54:8743



if(strcmp(cmd, "/uncon", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
SetCamBack(playerid);
}
return 1;
}



kobni red je: "SetCamBack(playerid);"
Rehab RolePlay [0.3.7-R2] - https://discord.gg/XCjRc2U

91.121.21.54:8743

obrisi si taj uncon, evo ti moj recon + odmah ti je uncon...
if(strcmp(cmd, "/recon", true) == 0 || strcmp(cmd, "/recon", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /recon [playerid/PartOfName]" );
SendClientMessage(playerid, COLOR_GRAD2, "USAGE: /recon off (prekid recona)" );
return 1;
}
if(strcmp("off", tmp, true, strlen(tmp)) == 0)
{
    if(WatchingTV[playerid] > 0)
    {
    GetPlayerMoney(playerid);
        WatchingTV[playerid] = 0;
Spectate[playerid] = 253;
GameTextForPlayer(playerid, "~w~                Recon~n~~r~                Off", 5000, 6);
PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
return 1;
}
else
{
    SendClientMessage(playerid, COLOR_GREY, "   You are not watching TV !");
    return 1;
}
}
if(PlayerInfo[playerid][pAdmin] >= 2)
{
giveplayerid = ReturnUser(tmp);
if(IsPlayerConnected(giveplayerid))
{
    if(giveplayerid != INVALID_PLAYER_ID)
    {
Spectate[playerid] = giveplayerid;
new Float:health;
GetPlayerHealth(Spectate[playerid], health);
new Float:armor;
GetPlayerArmour(Spectate[playerid], armor);
GetPlayerName(Spectate[playerid], giveplayer, sizeof(giveplayer));
new cash =  GetPlayerMoney(Spectate[playerid]);
if (PlayerInfo[playerid][pAdmin] >= 2)
{
format(string, sizeof(string), "Recon: (%d) %s $%d H:%.0f A:%.0f",Spectate[playerid],giveplayer,cash,health,armor);
}
SendClientMessage(playerid, COLOR_GREEN, string);
WatchingTV[playerid] = 1;
}
}
else
{
SendClientMessage(playerid, COLOR_GREEN, "   Target is not available.");
}
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, "   You are not authorized to use that command!");
return 1;
}
}
return 1;
}



evo posto je doslo do novih problema, molio bih pomoc...

isto sam staviti u GM ovo: http://balkan-samp.com/forum/index.php?topic=21252.0

i kada sam stavio u skriptu ove objekte... 26 errora

CitatC:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6918) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6919) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6920) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6921) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6922) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6923) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6924) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6925) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6926) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6927) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6928) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6929) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6930) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6931) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6932) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6933) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6934) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6935) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6936) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6937) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6938) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6939) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6940) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6941) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6942) : error 017: undefined symbol "CreateDynamicObject"
C:\Documents and Settings\Toni Bedy\Desktop\the godfather skripta!!!!\gamemode\maddoxgf.pwn(6943) : error 017: undefined symbol "CreateDynamicObject"

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


26 Errors.

neznam jeli mozda treba negdje definirati ove dinamicke objekte!?
Poslednja Izmena: Mart 28, 2011, 21:05:04 POSLE PODNE od tbedy
Rehab RolePlay [0.3.7-R2] - https://discord.gg/XCjRc2U

91.121.21.54:8743

Da mozda trebas u CreateObject a ne u CreateDynamicObject.

Probaj ovo ubacit
CreateObject(1649,1475.72802734,-1751.47399902,16.11105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1475.72753906,-1751.47363281,19.36105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1475.72753906,-1751.47363281,22.61105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1475.72753906,-1751.47363281,25.86105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1470.26013184,-1751.45849609,16.11105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1470.25976562,-1751.45800781,19.36105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1470.25976562,-1751.45800781,22.61105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1470.25976562,-1751.45800781,25.86105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1486.67553711,-1751.42822266,16.11105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1486.67480469,-1751.42773438,19.36105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1486.67480469,-1751.42773438,22.61105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1486.67480469,-1751.42773438,25.86105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1492.20837402,-1751.49523926,16.11105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1492.20800781,-1751.49511719,19.36105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1492.20800781,-1751.49511719,22.61105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1492.20800781,-1751.49511719,25.86105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1481.23046875,-1751.41760254,18.61105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1491,1479.71142578,-1751.50769043,14.44531250,0.00000000,0.00000000,0.00000000); //
CreateObject(1491,1482.73925781,-1751.49133301,14.44531250,0.00000000,0.00000000,180.00000000); //
CreateObject(1649,1481.23046875,-1751.41699219,21.86105537,0.00000000,0.00000000,179.99450684); //
CreateObject(1649,1481.23046875,-1751.41699219,25.11105537,0.00000000,0.00000000,179.99450684); //
CreateObject(9131,1483.10107422,-1751.50585938,15.57422829,0.00000000,0.00000000,0.00000000); //
CreateObject(9131,1483.10058594,-1751.50585938,15.82422829,0.00000000,0.00000000,0.00000000); //
CreateObject(9131,1479.33325195,-1751.46960449,15.57422829,0.00000000,0.00000000,0.00000000); //
CreateObject(9131,1479.33300781,-1751.46875000,15.82422829,0.00000000,0.00000000,0.00000000); //
CreateObject(9131,1482.17993164,-1751.41772461,17.37327194,0.00000000,90.00000000,0.00000000); //
CreateObject(9131,1480.11071777,-1751.42456055,17.36261559,0.00000000,90.00000000,0.00000000); //
CreateObject(1649,1492.20800781,-1751.49511719,25.86105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1492.20800781,-1751.49511719,22.61105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1492.20800781,-1751.49511719,19.36105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1492.20800781,-1751.49511719,16.11105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1486.67480469,-1751.42773438,16.11105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1486.67480469,-1751.42773438,19.36105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1486.67480469,-1751.42773438,22.61105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1486.67480469,-1751.42773438,25.86105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1481.23046875,-1751.41699219,25.11105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1481.23046875,-1751.41699219,21.86105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1481.23046875,-1751.41699219,18.61105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1475.72753906,-1751.47363281,25.86105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1475.72753906,-1751.47363281,22.61105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1475.72753906,-1751.47363281,19.36105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1475.72753906,-1751.47363281,16.11105537,0.00000000,0.00000000,180.00000000); //
CreateObject(1649,1470.25976562,-1751.45800781,16.11105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1470.25976562,-1751.45800781,19.36105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1470.25976562,-1751.45800781,22.61105537,0.00000000,0.00000000,0.00000000); //
CreateObject(1649,1470.25976562,-1751.45800781,25.86105537,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1472.24963379,-1763.12145996,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1472.22436523,-1770.27978516,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1481.11401367,-1769.40197754,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1481.19116211,-1761.99841309,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1489.89929199,-1763.12805176,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1489.59814453,-1769.20312500,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1493.64208984,-1770.00878906,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1493.38781738,-1764.76391602,28.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1490.79162598,-1765.03466797,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1482.02734375,-1764.23059082,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1482.10632324,-1770.43908691,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1490.98474121,-1772.22766113,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1473.51940918,-1769.53588867,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1471.14514160,-1768.88098145,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1470.34204102,-1764.34204102,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(3095,1474.21166992,-1763.96044922,31.79575539,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1497.14379883,-1741.22204590,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1504.06262207,-1743.54321289,13.09835625,0.00000000,0.00000000,90.00000000); //
CreateObject(970,1504.10058594,-1748.11816406,13.09835625,0.00000000,0.00000000,90.00000000); //
CreateObject(1215,1499.43542480,-1741.15490723,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1503.90136719,-1745.93652344,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1501.74414062,-1741.22949219,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1504.04296875,-1741.25488281,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1492.45288086,-1741.20434570,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1494.80139160,-1741.27563477,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1490.07141113,-1741.32666016,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1487.49926758,-1741.16430664,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1485.13342285,-1741.24670410,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1482.70861816,-1741.16174316,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1476.43933105,-1741.13208008,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1473.97656250,-1741.25451660,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1471.45275879,-1741.14514160,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1468.97509766,-1741.25891113,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1466.48242188,-1741.15332031,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1464.01269531,-1741.24230957,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1461.49255371,-1741.14282227,13.09835625,0.00000000,0.00000000,0.00000000); //
CreateObject(1215,1459.04882812,-1745.94018555,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(970,1459.02734375,-1748.13391113,13.09835625,0.00000000,0.00000000,90.00000000); //
CreateObject(970,1459.02465820,-1743.47607422,13.09835625,0.00000000,0.00000000,90.00000000); //
CreateObject(1215,1459.05700684,-1741.17456055,13.11119843,0.00000000,0.00000000,0.00000000); //
CreateObject(2773,1483.96337891,-1757.77758789,17.04847908,0.00000000,0.00000000,0.00000000); //
CreateObject(2773,1469.08691406,-1762.54187012,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(2773,1478.41308594,-1757.70800781,17.04847908,0.00000000,0.00000000,0.00000000); //
CreateObject(2773,1477.44433594,-1762.53906250,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(2773,1474.70507812,-1762.53515625,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(2773,1471.89355469,-1762.56542969,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(2773,1493.45886230,-1762.52307129,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(2773,1485.15234375,-1762.53125000,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(2773,1487.91699219,-1762.53613281,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(2773,1490.70703125,-1762.54394531,18.31298447,0.00000000,0.00000000,90.00000000); //
CreateObject(718,1499.15197754,-1749.18237305,14.44531250,0.00000000,0.00000000,0.00000000); //
CreateObject(718,1463.07177734,-1749.29663086,14.44531250,0.00000000,0.00000000,0.00000000); //
CreateObject(1361,1483.81567383,-1749.35607910,15.18865585,0.00000000,0.00000000,0.00000000); //
CreateObject(1361,1478.66259766,-1749.31127930,15.18865585,0.00000000,0.00000000,0.00000000); //
CreateObject(1364,1494.01062012,-1768.19152832,18.57987785,0.00000000,0.00000000,270.00000000); //
CreateObject(1364,1468.30932617,-1768.30261230,18.57987785,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1490.30273438,-1759.74926758,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1490.31640625,-1757.65075684,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1494.37890625,-1759.99182129,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1494.36376953,-1757.63122559,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1492.75988770,-1756.67041016,17.22828293,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1493.42199707,-1760.81933594,17.32508659,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1491.22326660,-1760.82568359,17.33014297,0.00000000,0.00000000,90.00000000); //
CreateObject(870,1491.62414551,-1759.35607910,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1492.84411621,-1759.62707520,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1492.57299805,-1758.54223633,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1491.84020996,-1758.37902832,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1492.95129395,-1759.13854980,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1493.11413574,-1758.40563965,16.77337265,0.00000000,0.00000000,60.00000000); //
CreateObject(870,1493.46594238,-1757.97155762,16.77337265,0.00000000,0.00000000,87.99633789); //
CreateObject(870,1492.73376465,-1757.80773926,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(870,1492.00134277,-1757.64465332,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(870,1491.34997559,-1758.26794434,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(870,1491.02368164,-1759.73168945,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(870,1493.16528320,-1760.46435547,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(870,1493.65393066,-1758.26770020,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(870,1491.75537109,-1757.58837891,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(870,1491.64624023,-1758.07592773,16.77337265,0.00000000,0.00000000,87.99499512); //
CreateObject(638,1491.72924805,-1756.67431641,17.22828293,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1468.88366699,-1760.81726074,17.32343292,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1470.91967773,-1760.81958008,17.32528305,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1468.93298340,-1756.64709473,17.22828293,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1470.97729492,-1756.64294434,17.22828293,0.00000000,0.00000000,90.00000000); //
CreateObject(638,1471.94079590,-1759.96740723,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1471.94458008,-1757.62133789,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1467.92138672,-1759.79357910,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1467.92089844,-1759.79296875,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(638,1467.91638184,-1758.01721191,17.22828293,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1470.73937988,-1759.30114746,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1469.28515625,-1759.19873047,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1470.75952148,-1758.39916992,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1470.47216797,-1758.80810547,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1469.98022461,-1759.07397461,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1468.58691406,-1759.31933594,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1468.87353516,-1758.90966797,16.77337265,0.00000000,0.00000000,0.00000000); //
CreateObject(870,1469.52807617,-1757.53686523,16.77337265,0.00000000,0.00000000,272.00000000); //
CreateObject(870,1470.14184570,-1757.96606445,16.77337265,0.00000000,0.00000000,271.99951172); //
CreateObject(870,1470.77636719,-1757.49462891,16.77337265,0.00000000,0.00000000,89.99954224); //
CreateObject(870,1470.77636719,-1757.49414062,16.77337265,0.00000000,0.00000000,281.99450684); //
CreateObject(870,1470.63305664,-1757.69897461,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1468.97387695,-1757.45288086,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1468.89184570,-1758.00512695,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1471.06298828,-1760.13427734,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1469.58740234,-1757.88134766,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1469.34155273,-1759.53979492,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1470.16015625,-1760.11230469,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1470.91723633,-1757.28588867,16.77337265,0.00000000,0.00000000,281.99157715); //
CreateObject(870,1469.87255859,-1757.46972656,16.77337265,0.00000000,0.00000000,281.99157715); //


evo imam par pitanja.. pa da neotvaram novu temu...

1. ja odem tamo, uzmem poziciju i hocu promjenit spawn, ali stalno mi ga vraca na jedno te isto mjesto.. zasto ?

// Player Class's
for(new i = 0; i <= sizeof(Peds)-1; i++)
{
AddPlayerClass(264,2048.7117,-2182.0811,13.5540,115.9049,0,0,0,0,0,0);
}


2. dali mogu uzeti sa Cyber skripte (inace koristim GF) amdin komande i stavit ih u GF?
3. kako da maknen da odma na ulazu na srvr oduzme svkaome 500$
Rehab RolePlay [0.3.7-R2] - https://discord.gg/XCjRc2U

91.121.21.54:8743

1. Evo ti po ovome promijeni spawn http://balkan-samp.com/forum/index.php?topic=20256.0
2. Kolik ose secam Cyber moda nemozes jedino ako koristis CMD