Jump to content
  • 0

[Solved]Script.c warning int64


samsudin

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  10/17/15
  • Last Seen:  

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

Edited by samsudin
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...