klacen

Untitled

Jul 22nd, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if (GetPlayerState(playerid) == 2)
  2. {
  3. new tmpcar = GetPlayerVehicleID(playerid);
  4. SetVehiclePos(tmpcar, -788.79998779297, -114.69999694824, 44.900001525879);
  5. }
  6. else
  7. {
  8. SetPlayerPos(playerid, -788.79998779297, -114.69999694824, 44.900001525879);
  9. }
  10. SendClientMessage(playerid, COLOR_WHITE, "Teleportisid jõusaali.");
  11. SetPlayerInterior(playerid,0);
  12. SetPlayerVW(playerid, 0);
Advertisement
Add Comment
Please, Sign In to add comment