Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Sebastian

#1
Script Showroom / Re: Modular Support
Apr 18, 2026, 10:19 PM
This looks really good, and would have helped a lot the younger me.
Beginners should try to get used to this, as will make everything more clear in their scripts, and easier to debug. (especially when about leaks)

Great job!

PS:
There are some things you might want to re-check :D
1. The filePath in ModuleManager is looking for directory "modules", while in your .zip you have "module" directory
2. The newTimer function should use funcName instead of this.funcName
3. onPlayerActionChange parameters are wrong
4. In debug.nut you are missing .len() in cmd "modules" for(), and the player argument in MessagePlayer

PS2:
Ah, I thought it allows using same event in multiple modules

EDIT:
Seems like there is a bigger problem with your newTimer - passing vargv to NewTimer.
I remember somebody created one which accepts all types of data; you should check that out.
The very sample you provided isn't working due to that reason..

EDIT2: Ah, ofc was the lord @. S.L.C. Extended Timers
#2
Not sure if this can be achieved through scripts, but maybe worths asking in the official vcmp discord.
There are some guys who played with the weapon settings and might know something.
#3
General Discussion / Re: DewSmoke admin
Dec 09, 2025, 06:57 PM
alright alright, I think it's time to stop this.
It's weird to simply ban anybody joining the server, but that can be ignored and moved forward from.

It's like something you see on a street: you like it? you can smile. You don't? just pass by.
Topic locked. Let's not go down this road anymore.
Thank you!
#4
General Discussion / Re: DewSmoke admin
Dec 05, 2025, 09:50 PM
lol. I think somebody else complained (on discord) about a similar behavior in that server.
#5
Quote from: NASCAR 2025 on Dec 02, 2025, 04:26 AMi have zero issues regarding adding custom objects but how do you add them without xml? i have never been able to bring an custom object without an xml, i can spawn normal vicecity objects without that but not custom! thanks in advance

There is the CreateObject function which creates dynamic objects live. Check the wiki.
But, keep in mind that you must add 6000 to the custom object id you declare in store/objects/.xml.
^ same as for maps.xml
(ex: if the id you declare is 133, then the id you can spawn the object with is 6133)

If you tried the function but it didn't work, make sure you used the right values for parameters.
CreateObject( model, world, pos, alpha )
If you still don't manage to make it work, please share a video, or tell us the steps you did. (plus the files)
#6
Quote from: Adrenaline on Nov 19, 2025, 02:05 AMhi @Sebastian

I don't understand where the XML came from; you had it on screen the whole time. You didn't explain that part. The object I intend to add doesn't have XML.

To learn how to add a custom object to your server, access this topic - the  Custom Object part
https://forum.vc-mp.org/index.php?topic=8.0

This tutorial here is more for adding your custom objects (and/or maps) in a Map Editor.
#7
Vehicle Showroom / Re: Bobster
Sep 11, 2025, 07:15 PM
Quote from: DewsmokeYT on Sep 06, 2025, 05:33 PMcan this be used? i really like this i have 4 monster trucks on my server nothing like this tho

Yes. This is a public release, so everybody can use it.
#8
Quote from: KazamaOp on Apr 01, 2025, 09:03 AMthere is problem!!!

This Msg Track Keep Spamming While Killing Someone

This is quite old, but, what message? maybe there is a quick fix on it :)
#9
Happy new year everyone!
#11
random findings; back in the day, I was testing random things on a daily basis
#12
The traffic lights on cars were not introduced by VC:MP or something.
This must be the Vice City engine itself.
#13
Support / Re: I still have the problem :(
Oct 13, 2024, 09:44 AM
To change the resolution of your game, you must enter the Vice City game, and change it once the menu opens.
You can also get use of the windowed mode of VC:MP by using "/setconfig game_windowed 1" and then restart game.
#14
When is this opening for public?
Good luck with it! Looks good!
#15
Though, I just got an idea of how to attach a neon to the car, for good.
It might work.

But, by the 'design' of the approach, it's not something u can use in a public server. It's just an insane idea and most probably buggy xd
Maybe I will try it this wk, just for the lol, and record a video of it.