Advertisement
TheKiller

Untitled

Oct 23rd, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. new onlineplayers;
  2. public OnPlayerConnect(playerid)
  3. {
  4. onlineplayers ++;
  5. return 1;
  6. }
  7.  
  8. public OnPlayerDisconnect(playerid, reason)
  9. {
  10. onlineplayers --;
  11. return 1;
  12. }
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement