02.09.2012, 17:06
Hey ahh, I have obviously done something wrong with this.
I have tried
Result. (Creepy echo)
pawn Код:
public OnPlayerText(playerid, text[])
{
new chat[200];
new chat2[100];
if(Rararararar) <- Ignore this
else format(chat,sizeof(chat), "%s says: %s", GetPlayerNameEx(playerid), text);
{
ProximityMessage(playerid, 15, chat, LOCAL_1, LOCAL_2, LOCAL_3, LOCAL_4, LOCAL_5);
strmid(chat2,text,100,200);
ProximityMessage(playerid, 15, chat2, LOCAL_1, LOCAL_2, LOCAL_3, LOCAL_4, LOCAL_5);
pawn Код:
strmid(chat2,chat,100,200);