Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** I Hope You All Like It **/
- #include <a_samp>
- #include <streamer>
- new carvid_0;
- new carvid_1;
- new carvid_2;
- new carvid_3;
- new carvid_4;
- public OnFilterScriptInit()
- {
- new tmpobjid;
- carvid_0 = CreateVehicle(411,-621.281,330.253,1.565,189.387,-1,-1,-1);
- carvid_1 = CreateVehicle(411,-619.165,316.239,1.292,99.060,0,0,-1);
- carvid_2 = CreateVehicle(411,-626.629,329.793,1.565,194.714,0,0,-1);
- carvid_3 = CreateVehicle(411,-634.826,328.365,1.565,192.834,0,0,-1);
- carvid_4 = CreateVehicle(411,-639.647,325.223,1.565,196.594,0,0,-1);
- }
- public OnFilterScriptExit()
- {
- DestroyVehicle(carvid_0);
- DestroyVehicle(carvid_1);
- DestroyVehicle(carvid_2);
- DestroyVehicle(carvid_3);
- DestroyVehicle(carvid_4);
- }
- public OnVehicleSpawn(vehicleid)
- {
- if(vehicleid == carvid_0)
- {
- }
- else if(vehicleid == carvid_1)
- {
- }
- else if(vehicleid == carvid_2)
- {
- }
- else if(vehicleid == carvid_3)
- {
- }
- else if(vehicleid == carvid_4)
- {
- }
- }
Add Comment
Please, Sign In to add comment