Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the big show-what-you're-working-on thread
#61
I`m using ms sql due to having most experience with it
Had a life, Got a modem..
Reply

#62
[Image: JtC89.jpg]
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
Reply

#63
started on the initializing part of the SQLStats plugin Smile

This is real learning while doing programming so this will take a while to complete.
but ive got the basics coverred and a nice properly pooling C# MSSQL class allready Smile

   

It will all go into seperate structs and threads later. first a working concept, then optimize Smile

too bad players cant join since steam updated MW3 Big Grin
Had a life, Got a modem..
Reply

#64
LOL @AZUMIKKEL
Reply

#65
*update*


   

now all we need is a working addon Troll
Had a life, Got a modem..
Reply

#66


master131 Wrote:This is a little preview for a plugin I'm working on. What it's designed to do is provide access to functions/methods, variables, fields and properties through text chat, just like a scripting language. You can create/assign variables values and they are all dynamically typed which means the types are figured out automatically. You can do stuff like:
Code:
self.Other.EnableNoclip(true)
dvarVariable = 'camera_thirdPerson'
setDvar(dvarVariable, '1')
self.Other.SetPlayerModel('vehicle_hummer_destructible')

The syntax is basically like C# except that you use ' instead of " (since MW3 removes them) and you can only execute 1 command at a time. None of the things are hardcoded which means if the Server Addon were to update with new structures/classes or functions, they'll still be supported.

Feel free to make suggestions guys. There are some known limitations like not being able to nest functions calls for example, this won't work:
Code:
self.Other.FreezeControls(CheckFreeze())

Also, indexers are not supported (that is, someArray[index]). Overloaded functions will also cause some problems if their arguments are the same length because LiveScript will execute the first overload it finds and can't tell which one you want since types are dynamically typed. Also I should note that the 'self' keyword refers to your own ServerClient struct.

Finally, note that I'm not using some C# code compiler (like CSharpCodeProvider) to do all of this (although it *might* make it easier), I'm actually parsing all this stuff manually.
[Image: 30xhrep.png]

A casual conversation between barata and I about Nukem.
Reply

#67
(04-20-2012, 13:23)master131 Wrote: I Love Nyan Cat

Thats really nice Big Grin

Reply

#68
[Image: sptbZNggBw.png]
[Image: lQDUjba.jpg]
Reply

#69
finally got the damn SQL to actually log shit and not instacrash on playerconnect/PreMapChange Fuck yea!


   
Had a life, Got a modem..
Reply

#70
after removing the use of Threading from all plugins server runs stable again \o/

and statlogger seems completed \o/
   
Had a life, Got a modem..
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Plugins are not working clemi555 7 4,434 11-03-2013, 10:55
Last Post: d0h!
  [Release] Working Aimbot The Clay Man 17 19,470 10-21-2013, 15:10
Last Post: zurasaur
  Thread removed [HARD] Tony. 4 3,487 10-01-2013, 17:53
Last Post: DidUknowiPwn
  [Release] CS addon for MW2(Sounds,show damage) Fl0w_.JACKDAN 1 4,419 09-29-2013, 19:46
Last Post: Nekochan
  Help Thread removed [HARD] Tony. 5 3,688 09-26-2013, 20:26
Last Post: Casper
  Thread removed [HARD] Tony. 3 2,710 09-22-2013, 16:23
Last Post: d0h!
  Thread removed [HARD] Tony. 2 2,385 09-20-2013, 18:03
Last Post: [HARD] Tony.
  Thread removed [HARD] Tony. 3 2,862 09-20-2013, 16:00
Last Post: Nekochan
  Help Official Teckno Gods Thread [Stickied] aceed 3 3,062 08-27-2013, 16:55
Last Post: SuperNovaAO
  [News] Show your wallpaper. Nekochan 6 4,219 07-10-2013, 19:02
Last Post: House

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.