format text[]
#1

pawn Код:
public OnPlayerText(playerid, text[])
{
    format(text, 128, "Some new text");
    printf("[CHAT] %s", text);
    return 1;
}
it print "Some ", "Some n" but not the whole text, why?

dont ask why i need this
Reply


Messages In This Thread
format text[] - by Unknown123 - 25.08.2011, 20:21
Re: format text[] - by Backwardsman97 - 25.08.2011, 22:51
Re: format text[] - by Bakr - 26.08.2011, 00:09

Forum Jump:


Users browsing this thread: 1 Guest(s)