Why my gametext dont show full?
#1

Heey all,

I made a gametext with a string but when i show it i only see:
Код:
attempt to rape admigo
Why i dont see the whole text?
Код:
new string4[256];
		format(string4,sizeof(string4),"~r~Attempt To Rape %s Failed! ",PlayerName(ID));
		GameTextForPlayer(playerid,string4,3000,5);
How can i fix this?
I dont see anything wrong here,

Thanks Admigo
Reply
#2

Код:
new name[24];
new string4[256];
GetPlayerName(playerid, name, sizeof(name));
format(string4, sizeof(string4), "~r~Attempt To Rape %s Failed! ", name);
GameTextForPlayer(playerid, string4, 3000, 5);
Try it this way
Actually, I dont see anything wrong there too
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)