hakuren Posted March 13, 2012 Share 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 Link to comment Share on other sites More sharing options...
Erazer Posted March 14, 2012 Share 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 Link to comment Share on other sites More sharing options...
hakuren Posted March 19, 2012 Author Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites