08.12.2015, 22:20
Quote:
1. Why simply that? That will be faster
2. Like you see, i dont write return in that public and i dont get a message after compiling... I add return 1; now, and i dont get any message... |
pawn Код:
return Function();
Function()
{
new value;
value = 5;
}