08.02.2011, 17:06
Nooot sure...
And do u got inputtext defined?
pawn Код:
new str[128];
format(str, 128, "%s, 0", inputtext); // This will print everything inside the " ", why did you put , 0 ?
print(str); // PRINT 1
printf("%s, 0", inputtext);
Fini_SetStr(GetName(playerid));