GameTextForAll works, GameText does Not - 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: GameTextForAll works, GameText does Not (
/showthread.php?tid=166910)
GameTextForAll works, GameText does Not -
Rolyy - 10.08.2010
Title Says it all.
GameTextForAll works and exists in Script but
GameText does not.
What is the script code for Game Text for playerid?
Re: GameTextForAll works, GameText does Not -
[MWR]Blood - 10.08.2010
Quote:
Originally Posted by Rolyy
Title Says it all.
GameTextForAll works and exists in Script but
GameText does not.
What is the script code for Game Text for playerid?
|
pawn Код:
GameTextForPlayer(playerid,text,time,textstyle);
Re: GameTextForAll works, GameText does Not -
Rolyy - 10.08.2010
Perfect Thank you.
Re: GameTextForAll works, GameText does Not -
Mike_Peterson - 10.08.2010
on the right side of Pawno theres a list with all functions.. under a_samp.inc you can see GameTextForPlayer
Re: GameTextForAll works, GameText does Not -
Steven82 - 11.08.2010
Yes like mike said, now if you click on that function, it displays on the bottom bar what that command does, or you can just go to the wiki
wiki.sa-mp.com