Advertisement
Guest User

Untitled

a guest
Feb 16th, 2023
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #if defined _dd2_included
  2. #endinput
  3. #endif
  4. #define _dd2_included
  5.  
  6. DD2_forum()
  7. {
  8. new forum[64];
  9. new gPrefixForum = get_cvar_pointer("dd2_forum");
  10. get_pcvar_string(gPrefixForum, forum, charsmax(forum));
  11. return forum;
  12. }
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement