In-Game Tutorial Help
#1

ok i have started to make my first in game tutorial. what i need is help on making steps to it. so when the player uses /tutorial it will take them through the steps and show them different places.

i have a code i've started with but i can't get the camera to change and continue on with the tutorial.

pawn Код:
if(strcmp(cmd, "/tutorial", true) == 0)
    {
        InterpolateCameraPos(playerid, 1128.874511, -1433.678222, 19.867807, 1482.004028, -1724.596435, 27.425724, 3000, 1);
        InterpolateCameraLookAt(playerid, 1128.881835, -1437.677612, 19.799060, 1481.875244, -1728.519042, 26.653110, 3000, 1);
        SendClientMessage(playerid, COLOR_WHITE, "Welcome to SSA-RP. You can find many Businesses and Houses around LS.");
        SendClientMessage(playerid, COLOR_WHITE, "If you need help, please PM an admin (/admins to see who can help).");
    }
please, all i need is to figure out how to continue with the tutorial instead of everything show up at once and the camera not fixing back on to the player and setting him controllable.
Reply


Messages In This Thread
In-Game Tutorial Help - by Burdette - 20.07.2012, 23:18
Re : In-Game Tutorial Help - by Sandiel - 21.07.2012, 00:35

Forum Jump:


Users browsing this thread: 1 Guest(s)