22.07.2011, 16:24
i make command for heal.. and he get me errors:
command;
Quote:
C:\Documents and Settings\Toni Tomas\Desktop\mod od 0\gamemodes\nula.pwn(256) : error 055: start of function body without function header C:\Documents and Settings\Toni Tomas\Desktop\mod od 0\gamemodes\nula.pwn(25 : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. |
Код:
// ==================== pocetak komande =========== CMD:heal(playerid, params[]); { SetPlayerHealth(playerid, 99); return 1; }