Skip to content

Locky0/V1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPC Trucking V1

This is a modified version of the popular Trucking Gamemode by PowerPC603 for Grand Theft San Andreas Multiplayer (SA:MP). You can find the original post on SA:MP forums here: http://forum.sa-mp.com/showthread.php?t=196493.

Included

  • Gamemode as .pwn file
  • Ready to go server.cfg file (You only have to change few things)
  • All required files for PAWNO so you can modify the Gamemode as you like and re-compile it

Installation

  • First go to the SA-MP website and download the newest version (both: server and client)
  • Follow these instructions to set up your server
  • Then get the latest release of this repository
  • Unpack the archive into the directory where you have set up your server. Follow the structure of the folders. For example: Place files from the "gamemodes" folder only into the "gamemodes" folder. Do not mix it up and pay attention to this part, since it is very important!
  • (*) Download the following plugins and place them into the "plugins" folder. If the folder does not exists in the root directory (where your "gamemodes" folder is in), create it. And only there!
  • (*) Get these files as well and put them into the ~/pawno/include folder.
  • Now open ~/pawno/pawno.exe and load the Gamemode to re-compile it
    • If everything worked, you should get a line saying Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
      • In this case, you can continue with the next point
      • If it did not work for you, please use Google first to solve the problem by yourself
        • If you could solve the problem, continue with the next point
        • If you could not find a solution for your problem, post the output in the forum post
  • If everything worked for you, the last thing you have to do is this:
    • As a Windows user, you have only to open the server.cfg file and to set your desired rcon_password
    • If you are running your server more professional on a Linux machine, change plugins sscanf streamer to plugins sscanf.so streamer.so and make sure that you have placed these plugins into the folder. You also have to set your desired rcon_password.

Hint: You can use the Server.cfg Generator by malaka to manage your Server.cfg file online!

Credits

  • PowerPC603 - awesome Gamemode
  • Y_Less - very handy way to handle parameters (sscanf)
  • Incognito - abbility to use more objects than usually possible (streamer)
  • Zeex - quick and nice solution to create commands (zcmd)
  • DracoBlue - easy way saving and loading information (dutils)

Thanks for reading!

Licensing

* Due to copyright terms it is not allowed to ship those files with this Gamemode. So you have to download and put them into the right folder yourself.

If you have any questions or if you ran into problems, feel free to open an issue and to ask your question here. You can also post in the SA:MP forum.

Packages

No packages published

Languages

  • Pawn 100.0%