how can i make a big messages appears on my screen?
#1

how can i make on my server a messages appears on the middle of the screen?
example: if someone teleport to a /dm,so a message:"you have teleported to /dm" appears
how can i do that?
Reply
#2

CreateTextDraw
GameTextForPlayer
Reply
#3

what does this mean gameplayertext?
Reply
#4

pawn Код:
if (strcmp(cmd, "/dm", true) == 0)
{
SetPlayerPosition(position coords here)
GameTextForPlayer(playerid, "You have teleported to the /dm zone!", 5000, 1);
return 1;
}
To define gametext...

GameTextForPlayer(playerid, "text", time, style/font);
Reply
#5

Searching will help you understand the different styles and string colours such as ~w~
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)