Advertisement
Guest User

pentru questmap

a guest
Jun 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.74 KB | None | 0 0
  1. if(dialogid == DIALOG_QUESTMAP)
  2.     {
  3.         if(response)
  4.         {
  5.             switch(listitem)
  6.             {
  7.                 case 0:
  8.                 {
  9.                     {
  10.                         SetPlayerCheckpoint(playerid, 202.6746,-1870.6924,3.7082,3.0);
  11.                         SCM(playerid,-1, "{00FFFF}Quest Map:{ffffff} Un punct {ff0000}rosu{ffffff} ti-a fost pus pe harta la Mingea #1");
  12.                         CP[playerid] = 1238;
  13.                     }
  14.                 }
  15.                 case 1:
  16.                 {
  17.                     {
  18.                         SetPlayerCheckpoint(playerid, 169.9916,-1752.2982,5.2969,3.0);
  19.                         SCM(playerid,-1, "{00FFFF}Quest Map:{ffffff} Un punct {ff0000}rosu{ffffff} ti-a fost pus pe harta la Mingea  #2");
  20.                         CP[playerid] = 1238;
  21.                     }
  22.                 }
  23.             }
  24.         }
  25.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement