Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.26 KB | None | 0 0
  1. for( new i; i<=get_maxplayers(); i++ )
  2.     {
  3.         if ( !is_user_alive( i ) )  return;
  4.        
  5.         if ( cs_get_user_team( i ) == CS_TEAM_CT )
  6.         {
  7.             give_item( i, "weapon_smokegrenade" )
  8.             give_item( i, "weapon_flashbang" )
  9.             give_item( i, "weapon_flashbang" )
  10.         }
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement