19.11.2018, 04:09
Quote:
Hi!
If you are at the given point it makes you carry some dirty clothes. I think it's part of a laundy job. |
Would you think a hitman doing such job?
I mean if it was undercover, sure.
But it doesn't seem like it in this gamemode.
The gxxgle did translate like that but i just want to make sure if it really what it did.
Btw this is what i did.
Correct me if i'm wrong.
Код:
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; }
Of course, there is a laundry job.
But there is a faction Hitman Agency.
and i thought this one is for that faction jobs.
Quote:
I might be confuse with some other stuff so please correct me if i'm wrong. |