Jump to content

Script-Server


Guest sebastian

Recommended Posts

  • 2 weeks later...

Linux sux!!!!! Windows is better!!!!

But im dont want dos server , i want a clear WIN server with GUI , instead of setting all settings in a CFG too , why not set them directly on screen? And a script engine based on visual basic or anything. With functions like:

Private sub PlayerDied(killer , player)

' here is a function when a player dies

end sub

Private Sub PlayerSpawn(player , point)

' here is a function when a player is spawn

end sub

Private Sub PlayerConnected(player, IP )

' here is a function when a player is connected

end sub

Private Sub PlayerDisconnected(player, IP)

' here is a function when a player is disconnected

end sub

Private Sub PlayerPing(player , ping, IP)

' here is a function when a player is Pinged by the server

end sub

Private Sub PlayerEnterWehicle(Player , WN, Wehicle)

' here is a function when a player is entering a wehicle

'Wehicle can be:

' 1 = Car

' 2 = Bike

' 3 = boat

' 4 = copter

end sub

Private Sub PlayerLeaveWehicle(Player , WN, Wehicle)

' here is a function when a player is entering a wehicle

'Wehicle can be:

' 1 = Car

' 2 = Bike

' 3 = boat

' 4 = copter

end sub

Private Sub AdminEnter(User, Password, IP)

'When a admin enter

end sub

Private Sub AdminDisconnect(User, Password, IP)

'When a admin disconnect

end sub

Link to comment

People, People...

This is 0.3 or somthing. Don't expect to much, and don't assume the MTA team are stupid. They know that everything in mta can be improved, suggestions that are required are the ones that are actually original.

Of course people like GUIs, thats why we have them, to make programs easier to use, but with server apps like MTA and many other games, the dedicated server is commonly a console (dos style) app, saves memory and GUI is rarely required for most users.

Anyway, don't worry about the problems, just enjoy it how it is and look forward to the wonders that await you in the future of mta ;)

God that sounded stupid

eAi

Link to comment

I'd say that VB is easier to learn because it is high level. mIRC is structured more like C++. For example, the If...Then...End If makes a lot more sense in terms of grammar to the braces ({ }) used by C++ and mIRC (as far as I'm aware).

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...