Help fast pls
#1

Hei. How i can make that on my server we can own 5 Vehicles in /stats?
Reply
#2

explain a bit more we can't help you fast this way.
Reply
#3

Now im my RP server we can only have max 3 vehicles, but i want set that we can own max 5 vehicles.
Reply
#4

Isnt there a define for MAX_VEHICLES_OWNEABLE or something? Check the top of the script please
Reply
#5

Код:
#define MAX_TRUNK_SLOTS		(5) // Is actually 4.
#define MAX_VEHICLE_MODELS	(70)
#define MAX_PLYVEH_RATIO	(20) // per player.
#define MAX_VEHICLE_PLATE	(7)
#define SERVER_MAX_PLAYERS 50
Thats only what is related to cars.
Reply
#6

Well, you could try finding the variable(?) like /buycar
and it says MaxOwned++; or something...
Reply
#7

Quote:
Originally Posted by alpha500delta
Посмотреть сообщение
Well, you could try finding the variable(?) like /buycar
and it says MaxOwned++; or something...
Nah, can't find it. :/
Reply
#8

You can't change the max amount of cars simply by altering a variable. As far as I know, you'll need to create several new variables to store the data from the two extra vehicles and then write to file.

Please, learn to script, not edit.
Reply
#9

Quote:
Originally Posted by JamesC
Посмотреть сообщение
You can't change the max amount of cars simply by altering a variable. As far as I know, you'll need to create several new variables to store the data from the two extra vehicles and then write to file.

Please, learn to script, not edit.
I want some help, and i can't learn to script if i dont know how to edit few things. So will You help me or not?
( i mean code or smth )
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)