31.08.2009, 20:05
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);
}
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);
}