Where are the credits to the people whom you\'re using their releases in this?
Furthermore, lmfao, you leaving unused functions along with this:
Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 1;
}
I\'ve said this a million times, use
return 0; and what\'s funny is you\'re not even putting the callback to use.
I\'m gonna assume that this:
Code:
stock BosLabelID()
{
for(new labelid = 0; labelid < MAX_LABEL; labelid++)
{
if(!fexist(LabelDosya(labelid)))
{
return labelid;
}
}
return -1;
}
Is giong to return an array out of bounds at some point.
Also:
PHP Code:
#define YollaJensenMesaj(%0,%1) SendClientMessage(%0, jensen_RENK, %1)
#define YollaJensenMesaj2(%0,%1) SendClientMessage(%0, jensen_RENK, "[LABEL] {FFFFFF}"%1)
What the hell even is this and why isn\'t the script in English this is after all the English section.
I also have no idea what good this has done
PHP Code:
#define strcpy(%0,%1,%2) strcat((%0[0] = \'\0\', %0), %1, %2) // strcpy(hedef, kaynak, uzunluk)
I agree with jasper on the use of \'stock\' and the file reading/saving those are also inferior usages, you also forgot to define FILTERSCRIPT on top in case if any of the includes check for that.
Surely this could\'ve been done better but good job on the effort maybe you\'ll improve it later on.