Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.47 KB | None | 0 0
  1.     }
  2.     if(strcmp(cmd, "/enter", true) == 0)
  3.     {
  4.         if(IsPlayerConnected(playerid))
  5.         {
  6.                 }
  7.             }
  8.             if(IsPlayerInRangeOfPoint(playerid,3.0,1555.5006, -1675.3546, 16.1953)) //LSPD
  9.             {
  10.                 SetPlayerInterior(playerid, 6);
  11.                 SetPlayerPos(playerid, 246.5554,63.7999,1003.6406);
  12.                 SetPlayerFacingAngle( playerid, 0.0000);
  13.                 GameTextForPlayer(playerid, "~w~LSPD", 5000, 1);
  14.                 PlayerInfo[playerid][pInt] = 6;
  15.                 SetCameraBehindPlayer(playerid);
  16.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement