02.01.2011, 09:22
Quote:
I get the following errors!
warning 235: public function lacks forward declaration (symbol "CountDown") : error 017: undefined symbol "string" : error 017: undefined symbol "string" : error 029: invalid expression, assumed zero |
pawn Код:
new Count = 3;
pawn Код:
new Count = 3;
new string[256];
forward CountDown();