Guest User

My dynamic entrance problem

a guest
Feb 27th, 2013
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if(PlayerToPointStripped(1, playerid, 2245.4373,-1661.4750,15.4690, cx,cy,cz))
  2. {//Binco grooves
  3. PlayerInfo[playerid][pInt] = 15; //
  4. SetPlayerPos(playerid, 207.737991,-108.019996,1005.132812); //
  5. SetPlayerInterior(playerid,15); //
  6. }
  7. else if(PlayerToPointStripped(1, 207.737991,-109.019996,1005.132812, cx,cy,cz)) //
  8. {
  9. PlayerInfo[playerid][pInt] = 0; //
  10. SetPlayerPos(playerid, 2245.4373,-1661.4750,15.4690); //
  11. SetPlayerInterior(playerid,0); //
Advertisement
Add Comment
Please, Sign In to add comment