09.05.2014, 13:27
I think you can ''remove'' variables by using them only inside a callback (basically preventing preempetive usage)
pawn Код:
function()
{
new variable;
// etc
return 1;
}