game text problem
#1

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);
}
Reply
#2

any one know how to fix the problem? right now it only shows 1 of the 2 sentances..
Reply
#3

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
Reply
#4

a simple way to make more lines is just have a line break

~n~

and that starts a new line
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)