hi, i need help about script.c, the warning apear while compiling the source below the waring and code at script.c
rathena\src\map\pc.c(7313): warning C4047: 'function' : 'int64' differs in levels of indirection from 'char [15]'
rathena\src\map\pc.c(7313): warning C4024: 'pc_setregistry' : different types for formal and actual parameter 2
rathena\src\map\pc.c(7314): warning C4047: 'function' : 'int64' differs in levels of indirection from 'char [10]'
rathena\src\map\pc.c(7314): warning C4024: 'pc_setregistry' : different types for formal and actual parameter 2
pc_setglobalreg(sd,"PC_DIE_COUNTER",sd->die_counter+1);
pc_setglobalreg(sd,"killerrid",src?src->id:0);
Thanks before
edit : solved i fix it by my self ty