Recent posts

#51
Server & Plugin Updates / Re: Server Update 0.4.7.1 Rel...
Last post by Narc0 - Jun 03, 2025, 04:43 AM
Keep up the good work!
#52
Off-Topic General / Re: [shenjack]: (for image)
Last post by shenjack - Jun 02, 2025, 03:11 PM
yea, well, I think we can have a little bit spoiler for the following development plan of https://forum.vc-mp.org/index.php?topic=9668.msg54880#msg54880

YES, we are going to re write it in rust

you can check out more in branch rwir of https://github.com/tianxiu2b2t/vcmp-python-plugin
#53
Off-Topic General / Re: [shenjack]: (for image)
Last post by shenjack - Jun 02, 2025, 02:56 PM
 :)
#54
Off-Topic General / [shenjack]: (for image)
Last post by 2b2ttianxiu - Jun 02, 2025, 02:56 PM
Thank vc:mp developers for making someting perfect!
#55
Script Showroom / Re: Fast reload the server
Last post by 2b2ttianxiu - May 28, 2025, 03:19 PM
I forgot to add 'onPlayerPart' code
#56
Servers / Re: [0.4] Extreme-Addicts Serv...
Last post by KazamaOp - May 28, 2025, 07:46 AM
MY FAVORITE SERVER  8)
#57
General Discussion / Re: Request with owner of vcmp...
Last post by Gulk - May 26, 2025, 08:00 AM
Feel free to somehow prove some server uses your script in the VCMP discord, or else nothing will be done about this

Locked.
#58
General Discussion / Re: Request with owner of vcmp...
Last post by KazamaOp - May 24, 2025, 08:53 AM
And Stop Much Lying.  if u lie You Are Non Muslim
#59
General Discussion / Re: Request with owner of vcmp...
Last post by KazamaOp - May 23, 2025, 04:54 PM
Quote from: shakib000 on May 21, 2024, 10:26 AMAnd my host blocked in opttklink cant host sserver why you lie say shakib host
 :o

Shakib i Will Fix ur brain to stop copy my script

everyone know this script copy of karachi city

if u dont understand developer will rape you
#60
Quote from: Nihongo^ on Jul 30, 2023, 02:47 PMHy, every time I lose my players, whenever I restart my server from the control panel.

So I found this script in the forum, thinking it would help me to reload the script without losing players

But it gives me an error
case "reload":
                            if (highestRole.GetLevel() < 2) sendMessage(channels["staffchat"], "You do not have permission to use this command.");
                            else
                             {
                            ::onScriptUnload();
                            ::ReloadScripts()
                            }   
Fu error The index Disconnect SQL: does not exist



Bro,I think is easy, just u need split ur script for example: main.nut & main2.nut ,and if u want to reload ur server just let the server dofile("main2.nut"); in fact our problem is that something can't do twice ,if do ,them will make error,so put that script in main.nut , just onServer first start to load that  and  put other thing in   main2.nut ,use dofile we can reload that main2.nut  script.