Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMD:monte (playerid,params[]){
- {
- {
- }
- if (GetPlayerState(playerid) == 2)
- {
- new tmpcar = GetPlayerVehicleID(playerid);
- SetVehiclePos(tmpcar, -2233.7336,-1736.8186,480.8216); LinkVehicleToInterior(tmpcar, 0);
- }
- else
- {
- SetPlayerInterior(playerid,0);
- SetPlayerVirtualWorld(playerid,0);
- SetPlayerPos(playerid,-2233.7336,-1736.8186,480.8216);
- SetPlayerFacingAngle(playerid,226.0);
- }
- MSGPLAYER(playerid, COLOR_YELLOW, "Teleportado Com sucesso. ");
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement