• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Warning DCC_FindChannelByName
#1
I'm getting a warning when using "DCC_FindChannelByName". where am I going wrong?



Code:??
Code:
printf("Channel ID: %d", DCC_FindChannelByName("log-server"));



Warning :??
Code:
warning 213: tag mismatch: expected tags "Float", or none ("_"); but found "DCC_Channel"
  Reply
#2
PHP Code:
printf("Channel ID: %d"_:DCC_FindChannelByName("log-server")); 
  Reply


Forum Jump: