Advertisement
hoosier18

Untitled

Aug 8th, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1.     AWorldInfo *g_WI = (AWorldInfo*)g_PC->WorldInfo;
  2.  
  3.         AavaGameReplicationInfo *g_RI = (AavaGameReplicationInfo*)g_WI->GRI;
  4.  
  5.          
  6.             g_RI->bVoting = true; Sleep(2250);
  7.             g_RI->RequestKickVote(g_PC, g_PR, 1);
  8.             g_RI->bTestBroadcast = true;
  9.             g_RI->bVoteResultMsg = true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement