Gametext problem
#1

PHP код:
GameTextForPlayer(playerid"~w~You entered a ~p~fishing boat~n~~w~Press ~b~~k~~TOGGLE_SUBMISSIONS~~w~ to begin ~b~fishing "90003); 
Shows only this

Reply
#2

I think the ' ~n~ ` is causing the problem
Reply
#3

Quote:
Originally Posted by coool
Посмотреть сообщение
I think the ' ~n~ ` is causing the problem
I see that. That's where it stopped. Problem is, what's wrong with it
Reply
#4

im not sure if its ~n~ problem but have you tried to make it in a format then show in GameTex ?

Код:
new string[200];
forma(string,sizeof(string),"~w~You entered a ~p~fishing boat~n~~w~Press ~b~~k~~TOGGLE_SUBMISSIONS~~w~ to begin ~b~fishing ");
GameTextShowForPlayer(playerid,string,9000,3);
Reply
#5

well, try adding more of this ~n~ new line thingy
Reply
#6

And ~k~~TOGGLE_SUBMISSIONS~ seem to only work when the player is in a vehicle, not on foot.
Reply
#7

Quote:
Originally Posted by ShihabSoft
Посмотреть сообщение
well, try adding more of this ~n~ new line thingy
Quote:
Originally Posted by ShihabSoft
Посмотреть сообщение
And ~k~~TOGGLE_SUBMISSIONS~ seem to only work when the player is in a vehicle, not on foot.
Tried adding more ~n~, and it worked fine, but still doesn't show the main problem. And yeah, I used it on a vehicle.

Edit: Fixed, changed duration from 9000 to 4000
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)