Code: Show/Hide mm->RegCallback(CB_CROWNCHANGE,CrownChange,ALLARENAS); mm->RegCallback(CB_KOTH_START,KothStart,ALLARENAS); mm->RegCallback(CB_KOTH_END,KothEnd,ALLARENAS); mm->RegCallback(CB_KOTH_PLAYER_WIN,KothPlayerWin,ALLARENAS); mm->RegCallback(CB_KOTH_PLAYER_WIN_END,KothPlayerWinEnd,ALLARENAS); mm->RegCallback(CB_PLAYERDAMAGE,PlayerDamage,ALLARENAS); |
Code: Show/Hide local void PlayerDamage(Arena *arena, Player *p, struct S2CWatchDamage *damage, int count) |
Code: Show/Hide [Warning] "struct S2CWatchDamage" declared inside parameter list [Warning] its scope is only this definition or declaration, which is probably not what you want |
Code: Show/Hide ml->SetTimer(periodicMessage,6000,12000,NULL,NULL); |
Code: Show/Hide [Warning] passing arg 1 of pointer to function from incompatible pointer type |