Callfunc

sbk_

New member
Messages
83
Points
0
Age
35
Location
São Paulo - Brasil
Github
https://github.com/SoulBlaker
Emulator
É só uma dúvida, esses dias tava testando umas coisas aqui e utilizei uma função de npc como comando, ex:

function teste {

}

usei como teste(argumentos) e funcionou...

só gostaria de saber o Hercules que tenho aqui é sobrenatural ou se realmente não preciso mais usar callfunc?

 
/// leave this line uncommented to enable callfunc checks when processing scripts./// while allowed, the script engine will attempt to match user-defined functions/// in scripts allowing direct function callback (without the use of callfunc.)/// this CAN affect performance, so if you find scripts running slower or find/// your map-server using more resources while this is active, comment the line#define SCRIPT_CALLFUNC_CHECK 

by hercules xD não precisa mais se essa opção estiver habilitada (ela vem habilitada por padrão)

 
Back
Top