Need help for understanding what the code does
#3

Quote:
Originally Posted by Rolux
Посмотреть сообщение
Hi!

If you are at the given point it makes you carry some dirty clothes.
I think it's part of a laundy job.
that's what makes it weird.
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;
}
the reason why i know it is Hitman Agency was because some word in the gamemode is in english.
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.

Reply


Messages In This Thread
Need help for understanding what the code does - by Min99 - 19.11.2018, 03:38
Re: Need help for understanding what the code does - by Rolux - 19.11.2018, 04:06
Re: Need help for understanding what the code does - by Min99 - 19.11.2018, 04:09
Re: Need help for understanding what the code does - by Rolux - 19.11.2018, 04:27
Re: Need help for understanding what the code does - by Min99 - 19.11.2018, 04:41

Forum Jump:


Users browsing this thread: 1 Guest(s)