06.08.2012, 12:40
Hello guys. This is my first filterscript on this forum... hope you like
NOTE:This Filterscript is very simple but saves time.
This is a car creating system by me,to be used ingame, it will save a car with a command and will load it on server restart.
You will need a "savevehs" (not including ") folder in scriptfiles for this to work. This system will save the vehicle model, its position with angle, its Color1 and Color2.
It basically removes the need for using CreateVehicle because this will do that work.
Includes: (Click them to download)
1. ZCMD
2. SII
3. SSCANF
COMMANDS:
/csv [modelid] [color1] [color2]
This is the only command right now please tell on this post for more things.
You can change your Max vehicles which can be made by:
PS: This system will NOT allow to create more vehicles if the limit is reached and default respawn time for CreateVehicle is 10*60(10 minutes)
Please dont be bad i know this is simple
Download:
Pastebin -->Download
If you find any bug just post it here.
NOTE:This Filterscript is very simple but saves time.
This is a car creating system by me,to be used ingame, it will save a car with a command and will load it on server restart.
You will need a "savevehs" (not including ") folder in scriptfiles for this to work. This system will save the vehicle model, its position with angle, its Color1 and Color2.
It basically removes the need for using CreateVehicle because this will do that work.
Includes: (Click them to download)
1. ZCMD
2. SII
3. SSCANF
COMMANDS:
/csv [modelid] [color1] [color2]
This is the only command right now please tell on this post for more things.
You can change your Max vehicles which can be made by:
Код:
#define MAX_BUYABLE_VEH 500
Please dont be bad i know this is simple
Download:
Pastebin -->Download
If you find any bug just post it here.