SA-MP Forums Archive
Question Loading Screen after Cmd - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question Loading Screen after Cmd (/showthread.php?tid=240774)



Question Loading Screen after Cmd - NotoriousMOB - 16.03.2011

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:

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;
}
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.


Re: Question Loading Screen after Cmd - alpha500delta - 16.03.2011

Check this
Video: http://www.yyoutube.com/watch?v=ShjXNXDmsP8 Delete the 2nd Y... xd I don't want it to show as a video

I did not make that btw xD


Re: Question Loading Screen after Cmd - maramizo - 16.03.2011

SetPlayerInterior.
I can't remember the interior name of the plane, but it's there.
******.


Re: Question Loading Screen after Cmd - NotoriousMOB - 16.03.2011

Okay thats bad ass Alpha500delta well then i dont have to do it i love you brother thanks