Jump to content

Question

Posted

deci am problema asta dc nush pana acu mia mers D:\server 0.3x\gamemodes\bare.pwn(245) : error 017: undefined symbol "ShowPlayerDialog"

D:\server 0.3x\gamemodes\bare.pwn(262) : error 017: undefined symbol "ShowPlayerDialog"

D:\server 0.3x\gamemodes\bare.pwn(268) : error 017: undefined symbol "ShowPlayerDialog"

D:\server 0.3x\gamemodes\bare.pwn(274) : error 017: undefined symbol "ShowPlayerDialog"

D:\server 0.3x\gamemodes\bare.pwn(295) : error 017: undefined symbol "ShowPlayerDialog"

D:\server 0.3x\gamemodes\bare.pwn(969) : error 017: undefined symbol "ShowPlayerDialog"

D:\server 0.3x\gamemodes\bare.pwn(978) : error 017: undefined symbol "ShowPlayerDialog"

D:\server 0.3x\gamemodes\bare.pwn(2372) : warning 235: public function lacks forward declaration (symbol "OnDialogResponse")

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

7 Errors.

7 answers to this question

Recommended Posts

Posted

Inseamna ca ai uitat vreo acolada deschisa.

Uitate bine prin script.

Posted

rock stay asa ca iti pun ale aici si le vezi ca nu am umblat la nimik azi mai vezi cum am pus o mapa de drift nu mai mere

>>>  public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	return 1;
}

>>>   	if(strcmp(cmdtext, "/v", true) == 0)
	{
	if(IsPlayerInAnyVehicle(playerid)){
    SendClientMessage(playerid,red, "Already drive a car. Out of the car and try again.");
    }
    else
    ShowPlayerDialog(playerid, Vehicle_Dialog, 2, "Vehicles", "Bicycles\nBikes\nMonster trucks\nBoats\nHelicopters\nPlanes\nCars\nRC vehicles", "Select", "Cancel" );
	return 1;
	}

>>>  if(strcmp(cmdtext, "/B", true) == 0)
	{

        ShowPlayerDialog(playerid, BandasMenu, 2, "Bandas", "BandasLS\nBandasSF\nBandasLV", "Select", "Cancel" );
		return 1;
	}

>>>  if (strcmp(cmdtext, "/buyadmin", true)==0)
    {
    new name[MAX_PLAYER_NAME], strg[900];
    GetPlayerName(playerid, name, sizeof(name));
    format(strg,sizeof(strg),"{FC0303}LEVEL1-{FFFFFF}1-Euro\n\n{FC0303}LEVEL2-{FFFFFF}2-Euro\n\n{FC0303}LEVEL3-{FFFFFF}3-Euro\n\n{FC0303}LEVEL4-{FFFFFF}4-Euro\n\n{FC0303}LEVEL5-{FFFFFF}5-Euro\n\n{FC0303}LEVEL6-{FFFFFF}6-Euro\n\n{FC0303}LEVEL7-{FFFFFF}7-Euro\n\n{FC0303}LEVEL8-{FFFFFF}8-Euro\n\n{FC0303}LEVEL9-{FFFFFF}9-Euro\n\n{FC0303}LEVEL10-{FFFFFF}10-Euro\n\n{FFFFFF} Dati ADD la id {FC0303}sieucatalinyahoo.com {FFFFFF}pentru a cumpara Admin\n\nMultume  %s  pentru ca ai citi Preturile.",name);
    ShowPlayerDialog(playerid, 1111, DIALOG_STYLE_MSGBOX, "{FFFFFF}Cumparati {FC0303}ADMIN{FFFFFF}.Preturi pe gustu tau.", strg, "OK", "Cancel");
    return 1;
}

>>>  if(strcmp(cmd, "/rules", true) == 0)
{
     ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"(Rules","wepons hack -ban 5 zile days \n\n So0b -Ban -permanet \n\n speed hack -/kick \n\n ITI MULTUMIM CA AI CITIT RULES","","");
    return 1;
}

>>>  if(strcmp(cmdtext, "/cmds", true) == 0){

	 ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"/Commands","{00DB1D}/v-Meniu cu toate vehicule de pe acest servar. \n\n /car [vehicle name]-pentru a chema o masina mai repede. \n\n /Teles-Toate teleporturile de pe servar se afla aici! \n\n /credits-Nu te-ai intrebat nici o data cine a facut acest servar ? Citeste  neaparat! \n\n /Vup-Sari cu masina cat de tare poti! \n\n /ww-un set de arme pentru kiluriI Adevarate! \n\n /s-salveaza pozitia! \n\n /l- intoarce-te la pozitia salvata","..:::OK:::..","");
	 return 1;
}

>>>   if(strcmp(cmd, "/credits", true) == 0)
{
	  new Cmds [2048];
        strcat(Cmds, "  {FFFFFF}Owaner:{6EF83C}\n\n", 2048 );
        strcat(Cmds, "  {F81414}=[2]pa[C]=\n\n", 2048 );
        strcat(Cmds, "  {F81414} [REK]Mafia\n\n", 2048 );
		strcat(Cmds, "  {FFFFFF}Filescripts:{6EF83C}\n\n", 2048 );
        strcat(Cmds, "  {F81414} Danutz\n", 2048 );
        strcat(Cmds, "  {FFFFFF}Maps{6EF83C}\n\n", 2048 );
        strcat(Cmds, "  {F81414}=[H]oRK[E]=\n\n", 2048 );
        strcat(Cmds, "  {FFFFFF} NO-IP:{6EF83C}\n\n", 2048 );
        strcat(Cmds, "  {F81414} Pinki \n\n", 2048 );
        strcat(Cmds, "  {00B9F8}>>>>Good Joob<<<<<<\n", 2048 );
        ShowPlayerDialog(playerid, 544, DIALOG_STYLE_MSGBOX, "{C6C6C6}Credits", Cmds, "OK","");
		return 1;
}

aste sunt cele care sunt cu erori va rog careva imi spune dc

Posted

Comenzile cu if(strcmp...etc..sunt sunt OnPlayerCommandText?

Sau sunt inafara lui?

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.