11.03.2012, 11:26
For example:
It works but it calls the function 5x. I want to call once...
Is this possible?
pawn Код:
for(new i; i<5; i++)
{
CallLocalFunction(something, something, something[i]);
}
Is this possible?