ZCMD unusually problem
#1

i make command for heal.. and he get me errors:

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.

command;
Код:
// ==================== pocetak komande ===========
CMD:heal(playerid, params[]);
{
	SetPlayerHealth(playerid, 99);
	return 1;
}
Reply


Messages In This Thread
ZCMD unusually problem - by tbedy - 22.07.2011, 16:24
Re: ZCMD unusually problem - by Calgon - 22.07.2011, 16:26
Re: ZCMD unusually problem - by tbedy - 22.07.2011, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)