Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- else if(dialogid == DIALOG_BOJATD)
- {
- if(!response)
- {
- //SCM(playerid, -1, ""SVIJETLOZUTA"blabla");
- return 1;
- }
- switch(listitem)
- {
- case 0:
- {
- SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Crveno");
- TextDrawColor(TDEditor_TD[17], -16776961);
- TextDrawColor(TDEditor_TD[18], -16776961);
- TextDrawColor(TDEditor_TD[19], -16776961);
- TextDrawColor(TDEditor_TD[20], -16776961);
- TextDrawColor(TDEditor_TD[21], -16776961);
- TextDrawColor(TDEditor_TD[22], -16776961);
- TextDrawColor(TDEditor_TD[23], -16776961);
- TextDrawColor(TDEditor_TD[24], -16776961);
- TextDrawColor(TDEditor_TD[25], -16776961);
- TextDrawColor(TDEditor_TD[26], -16776961);
- TextDrawColor(TDEditor_TD[27], -16776961);
- TextDrawColor(TDEditor_TD[28], -16776961);
- TextDrawColor(TDEditor_TD[29], -16776961);
- TextDrawColor(TDEditor_TD[30], -16776961);
- TextDrawColor(TDEditor_TD[31], -16776961);
- TextDrawColor(TDEditor_TD[32], -16776961);
- TextDrawColor(TDEditor_TD[33], -16776961);
- // ShowPlayerDialog(playerid,DIALOG_BOJATD,DIALOG_STYLE_LIST,""ZELENA"Boja Text"CRVENA"Dra"ZELENA"ws "BELA"| "CRVENA">>>>",""CRVENA"Crvena\n"PLAVA"Plava\n"ZUTA"Zuta\n"BELA"Bela","Izaberi","Izadji");
- }
- case 1:
- {
- SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Plavo");
- TextDrawColor(TDEditor_TD[17], 1100598527);
- TextDrawColor(TDEditor_TD[18], 1100598527);
- TextDrawColor(TDEditor_TD[19], 1100598527);
- TextDrawColor(TDEditor_TD[20], 1100598527);
- TextDrawColor(TDEditor_TD[21], 1100598527);
- TextDrawColor(TDEditor_TD[22], 1100598527);
- TextDrawColor(TDEditor_TD[23], 1100598527);
- TextDrawColor(TDEditor_TD[24], 1100598527);
- TextDrawColor(TDEditor_TD[25], 1100598527);
- TextDrawColor(TDEditor_TD[26], 1100598527);
- TextDrawColor(TDEditor_TD[27], 1100598527);
- TextDrawColor(TDEditor_TD[28], 1100598527);
- TextDrawColor(TDEditor_TD[29], 1100598527);
- TextDrawColor(TDEditor_TD[30], 1100598527);
- TextDrawColor(TDEditor_TD[31], 1100598527);
- TextDrawColor(TDEditor_TD[32], 1100598527);
- TextDrawColor(TDEditor_TD[33], 1100598527);
- }
- case 2:
- {
- SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Zuto");
- TextDrawColor(TDEditor_TD[17], 1100598527);
- TextDrawColor(TDEditor_TD[18], 1100598527);
- TextDrawColor(TDEditor_TD[19], 1100598527);
- TextDrawColor(TDEditor_TD[20], 1100598527);
- TextDrawColor(TDEditor_TD[21], 1100598527);
- TextDrawColor(TDEditor_TD[22], 1100598527);
- TextDrawColor(TDEditor_TD[23], 1100598527);
- TextDrawColor(TDEditor_TD[24], 1100598527);
- TextDrawColor(TDEditor_TD[25], 1100598527);
- TextDrawColor(TDEditor_TD[26], 1100598527);
- TextDrawColor(TDEditor_TD[27], 1100598527);
- TextDrawColor(TDEditor_TD[28], 1100598527);
- TextDrawColor(TDEditor_TD[29], 1100598527);
- TextDrawColor(TDEditor_TD[30], 1100598527);
- TextDrawColor(TDEditor_TD[31], 1100598527);
- TextDrawColor(TDEditor_TD[32], 1100598527);
- TextDrawColor(TDEditor_TD[33], 1100598527);
- }
- case 3:
- {
- SCM(playerid,-1,""SRWBOJA"[Server:Info] "BELA"Izmenio si Boju TD-ova u Belo");
- TextDrawColor(TDEditor_TD[17], -1);
- TextDrawColor(TDEditor_TD[18], -1);
- TextDrawColor(TDEditor_TD[19], -1);
- TextDrawColor(TDEditor_TD[20], -1);
- TextDrawColor(TDEditor_TD[21], -1);
- TextDrawColor(TDEditor_TD[22], -1);
- TextDrawColor(TDEditor_TD[23], -1);
- TextDrawColor(TDEditor_TD[24], -1);
- TextDrawColor(TDEditor_TD[25], -1);
- TextDrawColor(TDEditor_TD[26], -1);
- TextDrawColor(TDEditor_TD[27], -1);
- TextDrawColor(TDEditor_TD[28], -1);
- TextDrawColor(TDEditor_TD[29], -1);
- TextDrawColor(TDEditor_TD[30], -1);
- TextDrawColor(TDEditor_TD[31], -1);
- TextDrawColor(TDEditor_TD[32], -1);
- TextDrawColor(TDEditor_TD[33], -1);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement