SA-MP Forums Archive
Help Plis - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Plis (/showthread.php?tid=536855)



Help Plis - Niksy - 12.09.2014

what is where wrong help me!!!
CMDrganizacije(playerid, params[], komande)
{
if(UlogovanProvera[playerid] == 0) return SCM(playerid,-1,"{FF6600}BN:RP | "BELA"Moras se ulogovati da bi koristio ovu komandu!");
new info[2048];
strcat(info, ""ORANGE"_________________________________________ _______________________\n\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Los Santos Polici "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"The Vinci Family "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Yakuza "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Grove Street Family "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Ballas "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Novinari "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"FBI "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Vlada "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"La Costa Nostra "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"LS Bajkeri "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Los Aztecas "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Los Vagos Gang "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"AlcatraZ Family "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Vojska "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Taxi "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Russian Mafia "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Salieri Family "ORANGE"|\n", sizeof(info));
strcat(info, ""ORANGE"| "BELA"Base 5 "ORANGE"|\n\n", sizeof(info));
strcat(info, ""ORANGE"_________________________________________ _______________________\n\n", sizeof(info));
ShowPlayerDialog(playerid, DIALOG_KOMANDE, DIALOG_STYLE_MSGBOX, "Organizacije", info, "Ok", "");
return 1;
}


Re: Help Plis - SanAndreasMP - 12.09.2014

ZCMD only have "playerid, params[])" parameters. Try removing "komande" from - CMD rganizacije(playerid, params[], komande)


Re: Help Plis - Niksy - 12.09.2014

eror is
niksy.pwn(4613) : warning 216: nested comment
niksy.pwn(25583) : error 001: expected token: "-string end-", but found "-identifier-"
niksy.pwn(25583) : error 017: undefined symbol "Ok"
niksy.pwn(25583) : error 037: invalid string (possibly non-terminated string)
niksy.pwn(25583) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.


Re: Help Plis - Niksy - 13.09.2014

plis help