Advertisement
Garey

Captains Native

Mar 11th, 2019
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.27 KB | None | 0 0
  1. mi
  2. register_native("get_captain", "native_get_captain", 1);
  3.  
  4. public native_get_captain() {
  5.  
  6.     if(!Captain1 || !Captain2)
  7.         return PLUGIN_HANDLED;
  8.  
  9.     if(cs_get_user_team(Captain1) == CS_TEAM_T) {
  10.         return Captain1;
  11.     }
  12.  
  13.     return Captain2;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement