Need help for understanding what the code does
#1

Can someone help me with this.
i want to know what it do so i could translate.
I'm currently translating a Turkish gamemode with the help of gxxgle so you can tell how hard it is with me not knowing that much about scripting and stuff.
Any kind soul out there pls help.

Btw this is the gamemode i was talking about: Prison Life Roleplay v2

Код:
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;
}
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)