29.12.2010, 20:18
I believe when something like that shows on the compiler that it means your string sizes are too large. So when you have things like:
for something like
then you really don't need such a large string size. Make sense?
pawn Код:
new string[500];
pawn Код:
format(string, sizeof(string), "Welcome, %s(%d)", pName, playerid);