[Pawn] Warning DCC_FindChannelByName - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Pawn Scripting (https://www.burgershot.gg/forumdisplay.php?fid=10) +--- Thread: [Pawn] Warning DCC_FindChannelByName (/showthread.php?tid=2254) |
Warning DCC_FindChannelByName - Jhames - 2021-11-29 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" |