[SUGGESTION] Chat(new function!)
#1

pawn Код:
RemoveChatMessage(playerid,messageid);
params:
lineid - 0-10 last messages
pawn Код:
SetChatMessageString(playerid,messageid,text);
params:
lineid - 0-10 last messages
text - text to set string
pawn Код:
SetChatPos(playerid,x,y);
params:
x - Float coord
y - Float coord
pawn Код:
GetChatMessageString(playerid,messageid,string);
Example:
new mess[128];
GetChatMessageString(playerid,5,mess);
printf("%s",mess);
Reply


Messages In This Thread
[SUGGESTION] Chat(new function!) - by Johnny_Xayc - 03.12.2010, 13:42
Re: [SUGGESTION] Chat(new function!) - by Jay_ - 03.12.2010, 15:56
AW: [SUGGESTION] Chat(new function!) - by Cody09 - 03.12.2010, 16:55
Re: [SUGGESTION] Chat(new function!) - by papedo - 04.12.2010, 18:03

Forum Jump:


Users browsing this thread: 1 Guest(s)