16.03.2011, 16:31
Thinkin about making a
Fly to LS from SF Airport
Fly to SF from LS Airport
basicly mapping the "Shamal object" next to it putting an Pickup and then putting a command with some information and it should take some money from it so basicly like a Teleport.
But i been thinkin about after they use the command iff its possible to do a "Load screen"
for an example after they use the command they will see a plane flying and flying and on the screen it will say :
"Flying.. Flying ... Flying.."
"Arrived"
And after that the screen will put back to normal and you are at SF Airport.
its not a screen where it flyes from LS to SF just a screen in a small amount off seconds where you see a plane flying.
i been thinking off:
How to get a plane there i dont know do anyone have any suggestions iff the flying plane isnt possible what would be coolest to the loading screen.
Fly to LS from SF Airport
Fly to SF from LS Airport
basicly mapping the "Shamal object" next to it putting an Pickup and then putting a command with some information and it should take some money from it so basicly like a Teleport.
But i been thinkin about after they use the command iff its possible to do a "Load screen"
for an example after they use the command they will see a plane flying and flying and on the screen it will say :
"Flying.. Flying ... Flying.."
"Arrived"
And after that the screen will put back to normal and you are at SF Airport.
its not a screen where it flyes from LS to SF just a screen in a small amount off seconds where you see a plane flying.
i been thinking off:
pawn Код:
public Flying(playerid)
{
TogglePlayerControllable(playerid, 0);
SetPlayerPos(playerid, 768.1064,14.3897,1000.6992);
SetPlayerFacingAngle(playerid, 266.8890);
SetPlayerCameraPos(playerid, 765.4290,8.6809,1000.7123);
SetPlayerCameraLookAt(playerid, 768.1064,14.3897,1000.6992);
SetTimerEx("Flying", 10000, false, "i", playerid);
GameTextForPlayer(playerid, "~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~r~Flying...~n~~l~] ] ]",10000,3);
return 1;
}