[Ajuda] Copilar Gamemode
#1

pawno\include\a_samp.inc(17) : fatal error 100: cannot read from file: "core"

Estб tudo correto, nгo estou entendendo esse seguinte erro. Alguйm mais especializado pode me ajudar?
Reply
#2

Falta a include core na pasta includes do pawno.
Reply
#3

Certo, mas no meu gamemode nгo tem include core...

Onde posso encontrar essa include? No ****** nгo encontro.
Reply
#4

Quote:
Originally Posted by Ortk
Посмотреть сообщение
Certo, mas no meu gamemode nгo tem include core...
Sim pode atй nгo ter, mas a include a_samp necessita dela.. Por isso ela faz a chamada.
Reply
#5

Quote:
Originally Posted by tonisantolia
Посмотреть сообщение
Sim pode atй nгo ter, mas a include a_samp necessita dela.. Por isso ela faz a chamada.
A compreendi... E onde eu encontro ela? Nгo encontrei no ******.
Reply
#6

pawn Код:
/* Core functions
 *
 * © 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);
Reply
#7

Quote:
Originally Posted by Ortk
Посмотреть сообщение
A compreendi... E onde eu encontro ela? Nгo encontrei no ******.
pawn Код:
/* Core functions
 *
 * © 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);
Reply
#8

Obrigado galera...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)