19.05.2011, 23:02
Yes, of course, I added it, for a reason there are some showing.
The rest is pure formatting string into the textdraws under a 1000ms timer.
pawn Код:
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
{
TextDrawShowForPlayer(playerid, TD_0);
TextDrawShowForPlayer(playerid, TD_1);
TextDrawShowForPlayer(playerid, TD_2);
TextDrawShowForPlayer(playerid, TD_3);
TextDrawShowForPlayer(playerid, TD_4);
TextDrawShowForPlayer(playerid, TD_5);
TextDrawShowForPlayer(playerid, TD_6);
TextDrawShowForPlayer(playerid, TD_7);
TextDrawShowForPlayer(playerid, TD_8);
TextDrawShowForPlayer(playerid, TD_9);
TextDrawShowForPlayer(playerid, TD_10);
TextDrawShowForPlayer(playerid, TD_11);
TextDrawShowForPlayer(playerid, TD_12);
TextDrawShowForPlayer(playerid, TD_13);
TextDrawShowForPlayer(playerid, TD_14);
TextDrawShowForPlayer(playerid, TD_15);
TextDrawShowForPlayer(playerid, TD_16);
TextDrawShowForPlayer(playerid, TD_17);
}