2020-12-03, 06:12 PM
Code:
forward test();
public test();
{
new
rows,
string[128];
for(new i = 0; i < rows; i) {
format(string, sizeof string, "%d is printed.", i);
SendClientMessage(0, 0xFFFFFFFF, string);
}
}
Using Pawn.CMD?
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.