je*e me cijelo jutro ovaj error: C:\Users\Stoka\Desktop\ostalloo\~free~\Server\pawno\include\core.inc(12) : error 010: invalid function or declaration
1. Taj include imam!
Otvori incude file i pogledaj liniju 12 pa da vidimo sta nevalja
Linija 12:
native heapspace();
Cijeli kod:
/* Core functions
*
* (c) Copyright 1998-2005, ITB CompuPhase
* This file is provided as is (no warranties).
*/
#if defined _core_included
#endinput
#endif
#define _core_included
#pragma library Core
native heapspace();
native funcidx(const name[]);
native numargs();
native getarg(arg, index=0);
native setarg(arg, index=0, value);
native tolower(c);
native toupper(c);
native swapchars(c);
native random(max);
native min(value1, value2);
native max(value1, value2);
native clamp(value, min=cellmin, max=cellmax);
native getproperty(id=0, const name[]="", value=cellmin, string[]="");
native setproperty(id=0, const name[]="", value=cellmin, const string[]="");
native deleteproperty(id=0, const name[]="", value=cellmin);
native existproperty(id=0, const name[]="", value=cellmin);
neznam jel je u tome problem ali mozda nisi u .cfg dodao ako se mora sta dodat
Citat: DeFox poslato Avgust 07, 2010, 15:33:10 POSLE PODNE
neznam jel je u tome problem ali mozda nisi u .cfg dodao ako se mora sta dodat
Nije stvar u tome da je u tome mogao bi kompajlati mode, ovo je nesto u samom modu zeznuo sto smeta core includu ili moze probati novi core include dodati
i sta bi moglo bit?