09.01.2014, 12:49
Hey guys could i get help with this problem onplayertext whats wrong with it is that if i talk in chat usiing "t" normal chat as making freeroam server then how i can make this to make in one line because if i talk in game Ex: Shark Player: and then next line is Shark: asasad...
heres the code
heres the code
Код:
new textv2[128], name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof (name)); format(textv2, sizeof (textv2), "{00FF00}Player{FFFFFF} %s:", playerid, name, text); SendPlayerMessageToAll(playerid, textv2);