Advertisement
Auios

Untitled

Sep 16th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include "libraries.bi"
  2.  
  3. InitiateStuff()
  4.  
  5. DefineTypes()
  6.  
  7. DefineVariables()
  8.  
  9. do
  10.     if ClientIsWaitingToConnect() then
  11.         FindUnusedSlot()
  12.         AcceptConnection()
  13.         InitiateStuff()
  14.         SendInitiateStuffToClient()
  15.     else
  16.         ManageOtherClients()
  17.     end if
  18.    
  19.     print ServerData
  20. loop until multikey(sc_escape)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement