Advertisement
TheKiller

Untitled

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