Jump to content

Žebříček

Populární obsah

Showing content with the highest reputation on 05/18/23 in all areas

  1. #define MAX_EVENT_TYPES (5) new bool: isEvent; new eventType[MAX_EVENT_TYPES]; forward OnGoingEvent(); public OnGoingEvent() { if (isEvent == true) { switch (eventType) { case 0: { // --- Stuff --- } } } else { // --- Anti-Stuff --- } return 1; } Enjoy.
    1 point
  2. 0 points
×
×
  • Create New...