14.01.2013, 07:28
I'm using ZCMD, and here's my command:
cmd(lol, playerid, params[])
{
print("hello1");
new final_string[2048], tmp[128];
new commands[15][128]; print("hello2");
return 1;
}
Only "hello1" is being printed, what am i doing wrong?
Thank you.
cmd(lol, playerid, params[])
{
print("hello1");
new final_string[2048], tmp[128];
new commands[15][128]; print("hello2");
return 1;
}
Only "hello1" is being printed, what am i doing wrong?
Thank you.