Best way to save inputtext to a string? (Variable)
#2

pawn Код:
#define strcpy(%0,%1,%2) strcat((%0[0] = '\0', %0), %1, %2)

new string[129];
strcpy(string, inputtext, 129);
Reply


Messages In This Thread
Delete - by rangerxxll - 14.11.2015, 01:39
Re: Best way to save inputtext to a string? (Variable) - by Kevln - 14.11.2015, 02:46

Forum Jump:


Users browsing this thread: 1 Guest(s)