hakuren Posted March 13, 2012 Posted March 13, 2012 i got error how can i fix this src\map\skill.c(4984): warning C4013: 'DOTASWAPfu' undefined; assuming extern returning int src\map\skill.c(13330): error C2371: 'DOTASWAPfu' : redefinition; different basic types Quote
Erazer Posted March 14, 2012 Posted March 14, 2012 So your using the function DOTASWAPfu before its even declared and then your re-defining it.. errors are pretty straight forward. Quote
hakuren Posted March 19, 2012 Author Posted March 19, 2012 So your using the function DOTASWAPfu before its even declared and then your re-defining it.. errors are pretty straight forward. sorry im very noob with coding can you do fix it please sir i really dont know how to fix it please?? Quote
Question
hakuren
i got error how can i fix this
src\map\skill.c(4984): warning C4013: 'DOTASWAPfu' undefined; assuming extern returning int
src\map\skill.c(13330): error C2371: 'DOTASWAPfu' : redefinition; different basic types
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.