Advertisement
mforce

Körkezdéshez ID

Sep 12th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.24 KB | None | 0 0
  1. public plugin_init() {
  2. register_event("HLTV",     "eRoundStart", "a", "1=0", "2=0");
  3. }
  4.  
  5. public eRoundStart() {
  6.     new pl[32], pnum; get_players(pl, pnum);
  7.     for(new i; i < pnum; i++)
  8.         muvelet(pl[i]);
  9. }
  10.  
  11. muvelet(id) {
  12. valtozo[id] = 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement