game text problem - 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: game text problem (
/showthread.php?tid=94742)
game text problem -
balisticore - 31.08.2009
I have a command set up so when i go to a specific spot the messages bellow will pop up. However only one of the messages pops up and i want both to pop up so it will say
You can become a GunDealer
Here
Type /Join To become a
GunDealer
im not sure how to make it come up exactly like the format i just did up thier, can some one please help me.
if(pickupid == GunDealer)
{
GameTextForPlayer(playerid,"~g~You can become a ~b~GunDealer~g~ Here",5000,3);
GameTextForPlayer(playerid,"~g~ Type ~y~/Join~g~ To Become A GunDealer",5000,3);
}
Re: game text problem -
balisticore - 31.08.2009
any one know how to fix the problem? right now it only shows 1 of the 2 sentances..
Re: game text problem -
Mr_Finnigan - 31.08.2009
Quote:
Originally Posted by balisticore
any one know how to fix the problem? right now it only shows 1 of the 2 sentances..
|
You need a text draw cause only 1 game text shows up at a time
Re: game text problem -
v3nom - 31.08.2009
a simple way to make more lines is just have a line break
~n~
and that starts a new line