06.05.2011, 14:16
Oh, my apologies - I misunderstood your code. Make sure you copy 'text' to LastMessage[playerid] after this switch statement, and then also make sure that you're copying it correctly.
Also, use this code for copying your string instead of your current method:
Also, use this code for copying your string instead of your current method:
pawn Код:
strcat(LastMessage[playerid], text, 128);