Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.73 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 // it will check if player is in range of this xyz
  9.             {
  10.                 SetPlayerInterior(playerid, 6); //it will set playint to 6
  11.                 SetPlayerPos(playerid, 246.5554,63.7999,1003.6406); // set player pos
  12.                 SetPlayerFacingAngle( playerid, 0.0000); // set player pos
  13.                 GameTextForPlayer(playerid, "~w~LSPD", 5000, 1); //game tex so it will say lspd when you enter for 5 secs
  14.                 PlayerInfo[playerid][pInt] = 6;// playerinfo this is just how my script works just tells the player file he is in int 6
  15.                 SetCameraBehindPlayer(playerid);// cqmera
  16.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement