Jump to content
  • 0

erori X(


Ryder_RO

Question

C:\Users\Rechitean\Desktop\Galaxy Stunt  0.3c\filterscripts\rIntTele.pwn(841) : error 029: invalid expression, assumed zero
C:\Users\Rechitean\Desktop\Galaxy Stunt  0.3c\filterscripts\rIntTele.pwn(841) : error 017: undefined symbol "cmd_rinttele"
C:\Users\Rechitean\Desktop\Galaxy Stunt  0.3c\filterscripts\rIntTele.pwn(841) : error 029: invalid expression, assumed zero
C:\Users\Rechitean\Desktop\Galaxy Stunt  0.3c\filterscripts\rIntTele.pwn(841) : fatal error 107: too many error messages on one line

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


4 Errors.

mda erorile astea de la

CMD:rinttele(playerid,params[])

468833_437698_362328_hiphop.jpg
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

CMD:rinttele(playerid,params[])
{
 	ShowPlayerDialog(playerid,rIntTele,DIALOG_STYLE_LIST,"Interior Teleports","{00FF00}24/7 - 1\n{00FF00}24/7 - 2\n{00FF00}24/7 - 3\n{00FF00}24/7 - 4\n{00FF00}24/7 - 5\n{00FF00}24/7 - 6\n{00FF00}Airport ticket desk\n{00FF00}Airport baggage reclaim\n{00FF00}Shamal\n{00FF00}Andromada\n{00FF00}Ammunation 1\n{FF0000}Next","Select","Close");
	return 1;
 }

i-a ma comanda

468833_437698_362328_hiphop.jpg
Link to comment
Share on other sites

CMD:rinttele(playerid,params[])

{

    if(IsPlayerConnected(playerid))

    {

    new DialogString[512];

            format(DialogString, sizeof DialogString, "%s%s", dialog1, dialog2);

        ShowPlayerDialog(playerid, 72, DIALOG_STYLE_MSGBOX, "Dialogul Meu", DialogString, "Ok", "Exit");

}

return 1;

}

new dialog1[ ] = "Aici treci ce contine dialogul tau",

dialog2[ ] = "Folosesti dialog2, in caz de este dialog 1 prea mare "; // si asa mai departe

Link to comment
Share on other sites

CMD:rinttele(playerid,params[])

{

    if(IsPlayerConnected(playerid))

    {

    new DialogString[512];

            format(DialogString, sizeof DialogString, "%s%s", dialog1, dialog2);

        ShowPlayerDialog(playerid, 72, DIALOG_STYLE_MSGBOX, "Dialogul Meu", DialogString, "Ok", "Exit");

}

return 1;

}

new dialog1[ ] = "Aici treci ce contine dialogul tau",

dialog2[ ] = "Folosesti dialog2, in caz de este dialog 1 prea mare "; // si asa mai departe

Pentru ce asa mare chin daca poti sa-l faci mai usor

[pawn]CMD:rinttele(playerid,params[])

{

    new string[2024];

    strcat(string,"{00FF00}24/7 - 5\n{00FF00}24/7 - 6\n{00FF00}Airport ticket desk\n{00FF00}Airport baggage reclaim\n");

    strcat(string,"{00FF00}24/7 - 1\n{00FF00}24/7 - 2\n{00FF00}24/7 - 3\n{00FF00}24/7 - 4\n");

strcat(string,"{00FF00}Shamal\n{00FF00}Andromada\n{00FF00}Ammunation 1\n{FF0000}Next\n");

ShowPlayerDialog(playerid,124,DIALOG_STYLE_LIST,"Interior Teleports",string,"Select","Close");

return 1;

}[/pawn]

Link to comment
Share on other sites

Guest farse

"C:\Users\Rechitean\Desktop\Galaxy Stunt  0.3c\filterscripts\rIntTele.pwn(841) : error 017: undefined symbol "cmd_rinttele""

Uh?

Ai inclus zcmd?Cred ca da,ca trebuia sa apare "symbol never user: rinttele" .Cred ca ai pus'o in alta functie...

Link to comment
Share on other sites

"C:\Users\Rechitean\Desktop\Galaxy Stunt  0.3c\filterscripts\rIntTele.pwn(841) : error 017: undefined symbol "cmd_rinttele""

Uh?

Ai inclus zcmd?Cred ca da,ca trebuia sa apare "symbol never user: rinttele" .Cred ca ai pus'o in alta functie...

fara return 1; nu mai da :P

Link to comment
Share on other sites

@FarSe

Am include ZCMD!

@Roberto and Vampir_MD

Nu am dece sa ma complic atat , inainte mi se compila foarte bine , dar am schimbat ceva pe la dialoguri si de atunci imi da eroare aia :D :undecided:

Nus tiu ce sa ii mai fac :-(

Am facu un FS cu toate cele 100 de interioare si cred ca sa dus de rapa :(

468833_437698_362328_hiphop.jpg
Link to comment
Share on other sites

Da e numa cmd aia ma

CA fac un FS


EDIT:

Uite de la linia 829 pana la ultima linie 846

	if(listitem==22)//back
    {
	ShowPlayerDialog(playerid,rIntTele8,DIALOG_STYLE_LIST,"Interior Teleports!","{00FF00}Crack den\n{00FF00}Warehouse 1\n{00FF00}Warehouse 2\n{00FF00}Sweets garage\n{00FF00}Lil' probe inn toilet\n{00FF00}Unused safe house\n{00FF00}RC Battlefield\n{00FF00}Barber 1\n{00FF00}Barber 2\n{00FF00}Barber 3\n{00FF00}Tatoo parlour 1\n{FF0000}Back\n{FF0000}Next","Select","Close");
	}
}
return 1;
	}
return 0;
}
//------------------------------------------------------------------------------
//Command rIntTele!-------------------------------------------------------------
//------------------------------------------------------------------------------
CMD:rinttele(playerid,params[])
{
 	ShowPlayerDialog(playerid,rIntTele,DIALOG_STYLE_LIST,"Interior Teleports","{00FF00}24/7 - 1\n{00FF00}24/7 - 2\n{00FF00}24/7 - 3\n{00FF00}24/7 - 4\n{00FF00}24/7 - 5\n{00FF00}24/7 - 6\n{00FF00}Airport ticket desk\n{00FF00}Airport baggage reclaim\n{00FF00}Shamal\n{00FF00}Andromada\n{00FF00}Ammunation 1\n{FF0000}Next","Select","Close");
	return 1;
 }
//------------------------------------------------------------------------------

468833_437698_362328_hiphop.jpg
Link to comment
Share on other sites

dc ai la on dialogresponse return 0;?

fa asa acolo la sfarsit...

    if(listitem==22)//back
    {
	ShowPlayerDialog(playerid,rIntTele8,DIALOG_STYLE_LIST,"Interior Teleports!","{00FF00}Crack den\n{00FF00}Warehouse        1\n{00FF00}Warehouse 2\n{00FF00}Sweets garage\n{00FF00}Lil' probe inn toilet\n{00FF00}Unused safe house\n{00FF00}RC Battlefield\n{00FF00}Barber 1\n{00FF00}Barber 2\n{00FF00}Barber 3\n{00FF00}Tatoo parlour 1\n{FF0000}Back\n{FF0000}Next","Select","Close");
	}
    }
   }
return 1;
	}

ca asa ceva dar identitatea ii proasta...

Fara reclama in semnatura!

Link to comment
Share on other sites

Am pus comanda sub sus in script inainte sa inceapa callback-urile

si imi da

C:\Users\Rechitean\Desktop\Galaxy Stunt  0.3c\filterscripts\rIntTele.pwn(847) : error 030: compound statement not closed at the end of file (started at line 55)
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


1 Error.

55 - if(dialogid==rIntTele)

Si dialogu e bun ca inainte sa imi dea eroare mergea bine X(

468833_437698_362328_hiphop.jpg
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.