04.09.2011, 13:20
Remember:
"stock" is not necessary if you use the function, pawn can recognizes function using only :
- [S]trong
"stock" is not necessary if you use the function, pawn can recognizes function using only :
pawn Code:
function(params)
{
return params;
}
