Players keep falling throw objects in cars.
#5

Quote:
Originally Posted by SAMProductions
Посмотреть сообщение
Try This :-
pawn Код:
forward LoadingF(playerid);
public LoadingF(playerid)
{
    TogglePlayerControllable(playerid, 1);
    return 1;
}
Add this to your Sumo Command :-
pawn Код:
TogglePlayerControllable(playerid, 0);
    SetTimerEx("LoadingF", 2000, 0, "d", playerid);
    GameTextForPlayer(playerid,"~w~Waiting for the Environments to Load.", 2000, 3);
Just change "2000" to your desired Timer, change "3" to your desired Style, and change "~w~" to your desired Text Color.

2000 = 2 Seconds.
3 = Middle.
~w~ = White.

Codes (New Lines + Colour Lighter + Colors) :-
Код:
~n~ New Lines (Break)
~r~ Red
~g~ Green
~b~ Blue
~w~ White
~y~ Yellow
~p~ Purple
~l~ Black
~h~ Turns your Text Colour more Lighter (doesn't work on Black Color)
i want them to freeze when they in car i added that and they still fall
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)