CMD:camasiral(playerid, params[]) { if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "[!]Bu komutu kullanmak iзin цnce sunucuya giriю yapmalэsэnэz."); if(!IsAHitman(playerid)) return SendClientMessage(playerid, COLOR_GREY, "[!]Зamaюэrhane gцrevlisi deрilsiniz."); if(IsPlayerInRangeOfPoint(playerid, 3, -58.387542,-1019.805297,29.446876)) { SetPlayerAttachedObject(playerid, 1, 2844, 1,0.067000,0.909996,0.264999,-106.199935,-87.099960,87.500000,0.830996,0.636998,0.621999); ApplyAnimation(playerid,"CARRY","crry_prtial",4.0,1,0,0,1,1,1); SendClientMessage(playerid, COLOR_ORANGE, "MESLEK: {FFFFFF}Kirli kэyafetleri зamaюэrhaneye taюэyэnэz."); SetPlayerCheckpoint(playerid,186.947143,-1605.578247,20.607812,1.0); CheckPoint[playerid] = 980; } return 1; }
Hi!
If you are at the given point it makes you carry some dirty clothes. I think it's part of a laundy job. |
CMD:laundry(playerid, params[]) { if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "[!]To use this command, you must first login to the server."); if(!IsAHitman(playerid)) return SendClientMessage(playerid, COLOR_GREY, "[!]You're not a Hitman Agency member."); if(IsPlayerInRangeOfPoint(playerid, 3, -58.387542,-1019.805297,29.446876)) { SetPlayerAttachedObject(playerid, 1, 2844, 1,0.067000,0.909996,0.264999,-106.199935,-87.099960,87.500000,0.830996,0.636998,0.621999); ApplyAnimation(playerid,"CARRY","crry_prtial",4.0,1,0,0,1,1,1); SendClientMessage(playerid, COLOR_ORANGE, "JOB: {FFFFFF}Dirty clothes has been moved to the laundry room."); SetPlayerCheckpoint(playerid,186.947143,-1605.578247,20.607812,1.0); CheckPoint[playerid] = 980; } return 1; }
I might be confuse with some other stuff so please correct me if i'm wrong. |