how can i make a big messages appears on my screen? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how can i make a big messages appears on my screen? (
/showthread.php?tid=90343)
how can i make a big messages appears on my screen? -
sandisk125 - 07.08.2009
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?
Re: how can i make a big messages appears on my screen? -
WrathOfGenesis - 07.08.2009
CreateTextDraw
GameTextForPlayer
Re: how can i make a big messages appears on my screen? -
sandisk125 - 07.08.2009
what does this mean gameplayertext?
Re: how can i make a big messages appears on my screen? -
Antonio [G-RP] - 07.08.2009
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);
Re: how can i make a big messages appears on my screen? -
WrathOfGenesis - 07.08.2009
Searching will help you understand the different styles and string colours such as ~w~