[ GameMode ] VC:MP Blank Server ( 21st March, 2021 )

Started by Sebastian, Oct 21, 2014, 09:22 PM

Previous topic - Next topic

Deserves xmlconf04rel plugin to be updated ?

Yes
No

Sebastian

#90
U
UP
UPD
UPDA
UPDAWUT ? WEN ??

Changelog
  • Plugins and executives were updated.
  • CLIENT SIDE:
    Added client-side script as an example, which creates a sprite and a label (server's name)
    (you can find it in store/script/)
  • SERVER SIDE:
    Added the missing events: onPlayerUpdate, onClientScriptData, onCheckpointEntered, onCheckpointExited
  • Implemented: [Snippet] Sending data to client/server
  • Since updated version of SQLite module for Squirrel is using different functions' name, I placed both plugins inside.
  • In server.cfg I've changed the order of the plugins, so the squirrel one will be loaded the last.
    (so all settings done in server.conf will be taken first)
  • Removed [0.4] tag from server name. They are all 0.4 anyway. ::)





If you have questions related to client-side scripting, post in the proper board please.
But if you find bugs in this script, post here. :)

PS: me sorry for being this late

Sebastian

minor update
-SLC's plugin was set as default !

File reuploaded.

Xmair

The new update has 'devprint' function missing in function SendDataToClient.

Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

Sebastian

Quote from: Xmair on Feb 22, 2019, 06:47 PMThe new update has 'devprint' function missing in function SendDataToClient.

Holy sh*t .... really sorry for this; this ... wasn't supposed to happen.
Need to apologize to the VC:MP Team now, for disclosing this dev function by mistake. :(
I failed as a VC:MP Beta Tester.
Yes, there are some untouchable functions which only the staff can access...

[spoiler=few others]
Kidding guys :D
devprint( string ) function is just sending the text to both server console and game console.
Here it is:
function devprint( text )
{
    Message( "[#bbbbbb]" + text );
    print( "!* " + text );
}

OR replace devprint with print, and that's it
[/spoiler]

Ricardo Diaz


NicusorN5

Quote from: Ricardo Diaz on Dec 09, 2020, 09:04 AMCan I get server creator for 32 bit?
What? What do you mean by server creator? Downloads links are at the first post. That's all you gotta need.

Inferno

Quote from: Ricardo Diaz on Dec 09, 2020, 09:04 AMCan I get server creator for 32 bit?
You mean server executable file and plugins for 32 bit? Sure
Here you go.

https://wiki.adtec.ovh
Viva la VU
VFS Developer
VCCNR Administrator

UncleRus

I LoperkinDead.My brothers scripters TimyrSem,VladSem

Alpays

#98
Quote from: UncleRus on Dec 25, 2020, 08:03 PMUpdate this script please

Script works with new version already i think there is nothing to update.

UncleRus

Quote from: Alpays on Dec 26, 2020, 11:30 AM
Quote from: UncleRus on Dec 25, 2020, 08:03 PMUpdate this script please

Script works with new version already i think there is nothing to update.

I mean to add more commands and functions, but it's okay yes, I agree with your opinion
I LoperkinDead.My brothers scripters TimyrSem,VladSem

NicusorN5

Quote from: UncleRus on Dec 26, 2020, 09:47 PM
Quote from: Alpays on Dec 26, 2020, 11:30 AM
Quote from: UncleRus on Dec 25, 2020, 08:03 PMUpdate this script please

Script works with new version already i think there is nothing to update.

I mean to add more commands and functions, but it's okay yes, I agree with your opinion
This is supposed to be a starting point for new VCMP scripts. It doesn't miss anything for starting up a server, it even has extra stuff that is not 100 % necessary.

Oh, and @Sebastian  , please remove the poll. It's outdated as fck.

Sebastian

Quote from: Athanatos on Dec 26, 2020, 10:17 PMOh, and @Sebastian  , please remove the poll. It's outdated as fck.

No way.  This must be the biggest poll ever. (130+ members voted)
Will keep it there no matter what :D

As for an update,  will do it in 2 days or so

UncleRus

I LoperkinDead.My brothers scripters TimyrSem,VladSem

Sebastian