HELP WITH PICKUP
#1

HEY GUYS can anyone tell how to make this?
i made the pickup just need the textdraw help )


Reply
#2

you can use GameText > https://sampwiki.blast.hk/wiki/GameTextForPlayer

Use ~n~ - for the new line like :

Place this under onPlayerpickuppickup
Код:
GameTextForPlayer(playerid, "/cmds~n~/teles~n~/minigames", 5000, 2);
Reply
#3

use this;
Код:
    GameTextForPlayer(playerid, "~w~/CMDS~n~~w~/TELES~n~~w~/MINIGAMES", 5000, 1);
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
Reply
#4

what about destroying it? Like when a player leaves pick up I want to disappear it
Reply
#5

Quote:
Originally Posted by Trollerz
Посмотреть сообщение
what about destroying it? Like when a player leaves pick up I want to disappear it
The messages disappear automatically depending on the duration you set.
Reply
#6

Oh yea ,OK solved
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)