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 - Mötley

#766
Hashes!!??

how do i create save files? i need this to be capable of directing what player is who.

example from my LU server,

     else if ( cmd == "go" )
     {
         local Admin = hsh_Admin.Get( player.LUID );
         if ( !Admin ) MessagePlayer( "*You Must be an admin to use this command", player );
         eles if ( Admin )
         {
   

this is one of the many ways i script. i see nothing about hashes in the wiki

do i need to use WriteIniString instead.

This would be helpful to building a base script and highly liked
#767
@  Castiel, Due to your conclusions, you had me startled. I did a fast view with  DJ Java Decompiler 3.12 , They are just perfect. Your issue is possible due to the files being .DLL (Injection). These files are fine,
#768
Thank you for that Tip. I downloaded The Windows System 32 bit version.

Thank you for creating all these blank functions so you added stuff to Kudos!!!..
#769
You saved my life. I Found a really old version i was using. vc-mp.org does not really just pop out and say server package or i am blind. (  http://vc-mp.weebly.com/uploads/1/3/9/3/13932422/s3204.zip  ) Lol Thank you so much this is way!!! better. KUDOS!!

Sorry for the !Bump ;/
#770
General Discussion / Re: please help
Mar 03, 2016, 09:17 PM
I am guessing you may be encountering the issues i have once a while. When my Desktop is on for a month without shutting it down VCMP and LU begin to lag (even with a quad core) Try shutting down your pc. restart your pc. make sure you are only logged in to one pc user. Give windows about 5 to ten minutes. Open task manager. make sure you do not have un wanted updaters etc running. internet hogs. Skype any of that. end there tasks. after a few moments of ensuring anything hidden does not pop up keep only VCMP running. Try this and report any further issues. This always fixes my problems.
#771
Quote from: KAKAN on Mar 03, 2016, 06:29 PM
Quote from: aXXo on Mar 03, 2016, 06:14 PMAlt-Tab, change nickname, connect again.
Better way:
1. Press Win key + R key
2. Type "%appdata%\vcmp\04beta" without quotes
3. open vcmp_config.txt and change game_windowed from 0 to 1

Alternative way:
1. Open vcmp
2. Type /setconfig game_windowed 1

LOL!! i have been using this http://www.fileplanet.com/198137/190000/fileinfo/D3DWindower-English-version/ for years and on VCMP and LU, due to i prefer the settings more. I can go on single player and the screen will adjust as i change the settings, Allowing me to get the perfect setup. Thank you! Just changed to Window mode, Also found the port ID for LAN setup..
#772
Quote from: sseebbyy on Mar 03, 2016, 04:46 PMHey Mr_Motley ! Welcome to VC:MP Community ! Enjoy the stay ! :)

Take a look into Tutorials Board, because you will find there a video tutorial about how to add sprites in How to add custom stuff topic. (and more other custom things)

Wow Thank you!!! lel This is awesome,

* LU forums would of taken 3 month's to get a positive response, If a response at all...

Thank you everyone for making me feel welcome on my journey of starting all over again,



Last Question,..
How do you LAN test your server for bugs or errors/syncing things between players in scripts? I do not have to port forward to test do I?
Unable to..

Ps. Running Windows Experience { (Professional) Business Edition (XP) } so no clue if there will be any issues..
#773
Quote from: Doom_Kill3R on Mar 03, 2016, 04:20 PMJuppi's Free Cam script from LU ported in VCMP. One of the most useful script because it helped me in my Map Editor so Kuddos to him.

Skipping to say anything on textdraws and sprites :)

^Kudos Really Thank you,
//LOL a Liberty Unleashed user uploaded that conversion(S19/sasha19323)//
#774
Thanks Murdock,I will look into script releases, I want to see if Juppi created the /cam to view the world/Pos counter etc, if so there has to be something interesting inside the scripts for moving around.

I want to Create my own work.

Seems like fun. Cant wait to help others in script help

Quote from: Murdock on Mar 03, 2016, 08:34 AMNote that unlike LU, VC:MP does not support clientside scripts nor GUI but you should be able to make something close to it using sprites and textdraws.

 any examples that you know of?

Also;
Thanks for the Response! Kudos  !!!
#775
General Discussion / LU Scripter joins VCMP
Mar 03, 2016, 08:27 AM
(Rantish)So I fully Retired from Gta3. Tired of the hackers, server crashers etc.
Then began thinking i shouldn't waste my knowledge. So i will make this my last try.

(Main)
I want to create a VCMP server (will be rpg) What do i need to know that i already know with Liberty Unleashed.

Am i still able to create my own base script with dofile. are there client scripts( for bind keys etc) hashes, GUI, In general what do i need to know??