30.08.2015, 17:45
use this;
The Parameters of GameTextForePlayer are;
(playerid, Text[], Time, Style)
Some Examples of Times;
1000 = Second.
2000 = 2 Second/s.
3000 = 3 Second/s.
Some Examples of Styles;
1
2
3
4
5
6
Код:
GameTextForPlayer(playerid, "~w~/CMDS~n~~w~/TELES~n~~w~/MINIGAMES", 5000, 1);
(playerid, Text[], Time, Style)
Some Examples of Times;
1000 = Second.
2000 = 2 Second/s.
3000 = 3 Second/s.
Some Examples of Styles;
1
2
3
4
5
6