Anyone has an idea how to do it?
#1

pawn Код:
// Player Vehicle Defines
#define MAX_PLAYERVEHICLES 5
#define MAX_PLAYERTOYS 5
#define MAX_MODS 15
#define MAX_DEALERSHIPVEHICLES 10
#define MAX_CARDEALERSHIPS 20
#define MAX_GANG_VEHICLES 5
#define INVALID_PLAYER_VEHICLE_ID 0
Is it possible to set it like this:
Normal Player - 2 Vehicles
Bronze VIP - 3
Silver VIP - 4
Gold VIP - 5
Reply
#2

i guess This
Quote:

#define MAX_PLAYERVEHICLES 5

Should be on 4 Types
Код:
#define MAX_PLAYERVEHICLES 2
#define MAX_BRONZEVEHICLES 3
#define MAX_SILVERVEHICLES 4
#define MAX_GOLDVEHICLES 5
Reply
#3

do i need to add more functions etc? or thats enough?
Reply
#4

Depends on your script,
Try it like that
Reply
#5

Im using ngrp edit?
Reply
#6

and should i know Its codes .. I don't use NGRP edits xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)