Detaljan opis problema:Imam neki Error oko TextDrawShowForPlayer(imetd, bojatd); , tj. Warning imam ... i ne zelim da se menjaju boje svima.
Dio skripte: //
Neke slike/video za lakse dobivanje pomoci(neobavezno): problem..
YCMD:bojatd(playerid, params[],help)
{
#pragma unused help
#pragma unused params
new colortd;
if(UlogovanProvera == 0) return SCM(playerid,-1,""SRWBOJA"CRAZY"BELA"HOME ~ Moras se ulogovati da bi koristio ovu komandu!");
if(sscanf(params, "s", colortd)) return SCM(playerid,-1,""BELA"/colortd [ Opcija - orange ,ljubicasta ,zelena,crvena ]");
if(strcmp(colortd, "orange", true) == 0)
{
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
TextDrawColor(SPORUKE, 0xDBB132FF);
TextDrawShowForPlayer(SPORUKE, 0xDBB132FF);
}
else return SCM(playerid, -1,""SRWBOJA"CRAZY"BELA"HOME ~ "SIVA"Nepoznato ime boje!");
return 1;
}