Guest User

Untitled

a guest
May 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. // Bar la esperanza enter
  2. else if (PlayerToPointStripped(1.0, playerid,//CORDENADA EXTERIOR, cx,cy,cz))
  3. {
  4. Pause(playerid);
  5. SetPosEx(playerid,681.58,-473.42,15.59, 0, 1, 0);
  6. GameTextForPlayer(playerid, "~g~Bar la esperanza ~r~+", 5000, 3);
  7. }
  8. //Bar la esperanza exit
  9. else if (PlayerToPointStripped(1.0, playerid,681.58,-473.42,15.59, cx,cy,cz))
  10. {
  11. if(GetPlayerVirtualWorld(playerid) == 0)
  12. {
  13. SetPosEx(playerid,//Cordenada Exterior, 0, 0, 0);
  14. GameTextForPlayer(playerid, "Los Santos", 5000, 3);
  15. }
  16. }
Add Comment
Please, Sign In to add comment