16.04.2014, 10:01
Quote:
There is no point using sscanf with one parameter folks.
Also, why do you two have 'parmas' instead of 'params'? That will cause problems. |
The actual reason I'm posting at the moment is because of 'parmas'. I've seen that in other threads too and it's not going to cause any problem at all. You can use any name you want:
pawn Код:
CMD:test(pid, parameters[])
{
return 1;
}