Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- YCMD:happyjob(playerid, params[], help)
- {
- #pragma unused help
- #pragma unused params
- if(UlogovanIgrac[playerid] == 0 || PI[playerid][pReg] == 0) return Error(playerid, "{FF584C}[B-AC]: Nisi ulogovan/a ili nisi registrovan/a!");
- if(PI[playerid][pAdmin] < 1 && gettime() < ACCmd[playerid]) return Error(playerid, "{FF584C}[B-AC]: Komande mozete koristiti svake 2 sekunde!");
- ACCmd[playerid] = gettime()+2;
- if(PI[playerid][pAdmin] < 4) return Error(playerid, "{FF584C}[B-AC]: Niste ovlasceni.");
- #if NEWBIES_MONTH == 0
- {
- SPD(playerid, D_HAPPYJOBS, DIALOG_STYLE_LIST, "{FFFA73}HAPPYJOB",
- "x.) {FF0000}Ugasi happyjob{FFFFFF}\n\
- 1.) Daily - Dostavljac pizze\n\
- 2.) Weekend - ATM Dostavljac\n\
- 3.) Daily - Bolnicar\n\
- 4.) Weekend - Taksista\n\
- 5.) Daily - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 6.) Weekend - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 7.) Daily - Rudar\n\
- 8.) Weekend - Smecar\n\
- 9.) Daily - Dostavljac goriva\n\
- 10.) Weekend - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 11.) Daily - Mehanicar\n\
- 12.) Weekend - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 13.) Daily - Pilot\n\
- 14.) Weekend - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 15.) Daily - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 16.) Weekend - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 17.) Daily - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 18.) Weekend - Vozac autobusa\n\
- 19.) Daily - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 20.) Weekend - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 21.) Daily - {FF0000}(slot_posla_se_ne_koristi!){FFFFFF}\n\
- 22.) Weekend - HappyLand Dostavljac\n\
- 23.) Daily - Kamiondzija\n\
- 24.) Weekend - Dostavljac zlata\n\
- 25.) Daily - Masinovodja", "Odaberi", "Zatvori");
- }
- #else
- Error(playerid, "{FF584C}[B-AC]: Ne mozete paliti happyjob dok je u toku newbie month.");
- #endif
- return true;
- }
Advertisement
Add Comment
Please, Sign In to add comment