28.06.2013, 07:59
Hello I Just Created new Filterscipts :3
How To Use ?
get in a car,
do /savecar
and the dialog will appear, type yourfilename.txt
and your car will saved
How I Can Got My Vehicle ?
go to scriptfiles > yourfilename.txt
Pictures:
after you use /savecar
this will appear
and after save the car, go to scriptfile> yourfilename.txt
how to put vehicle to my server ?
DOWNLOAD LINK: http://pastebin.com/yA3p9Zaj
How To Use ?
get in a car,
do /savecar
and the dialog will appear, type yourfilename.txt
and your car will saved
How I Can Got My Vehicle ?
go to scriptfiles > yourfilename.txt
Pictures:
after you use /savecar
this will appear
and after save the car, go to scriptfile> yourfilename.txt
how to put vehicle to my server ?
pawn Код:
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Dynamic Saving Vehicle By Guest123 Loaded! ");
print("--------------------------------------\n");
CreateVehicle(bla2);
return 1;
}