free

News

collapse

User Info

 
 
Welcome, Guest. Please login or register.
Did you miss your activation email?

* Recent Posts

NOTICE OF PARKING ENFORCEMENT CHANGES by Huntsman
[June 19, 2025, 05:22:50 pm]


Re: Stopping by by Sinister
[June 08, 2025, 01:58:04 pm]


Re: Stopping by by Ehks
[June 04, 2025, 12:25:17 am]


Re: Rest in peace by Stefanrsb
[June 02, 2025, 03:38:02 am]


Re: [SA:MP]House of Sforza | The Elite Power | Estd. 2006 | LS - LV by Stefanrsb
[June 02, 2025, 03:09:22 am]


Re: The Soprano Family | Royal Loyalty by Stefanrsb
[June 02, 2025, 03:00:31 am]


Re: The Gvardia Family || San Fierro's Main Power || Best criminal group of 09/10/11 by Stefanrsb
[June 02, 2025, 02:47:01 am]


Re: BALLAS | In memory of INFERNO 9 and NBA by Stefanrsb
[June 02, 2025, 02:31:29 am]


Re: Count to 1,000,000. by Stefanrsb
[June 02, 2025, 02:15:04 am]


Re: Stopping by by Traser
[June 01, 2025, 10:23:13 pm]


Re: Stopping by by Old Catzu
[May 18, 2025, 07:27:06 pm]


Re: Stopping by by TheRock
[May 18, 2025, 06:44:49 am]

* Who's Online

  • Dot Guests: 423
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Birthday Calender

June 2025
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 [26] 27 28
29 30

MTA Map Editor

Andre9977 · 3829

0 Members and 1 Guest are viewing this topic.

Offline Andre9977Topic starter

  • Veteran
  • ***
    • Posts: 2673
    With us since: 09/04/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
on: August 25, 2007, 10:32:27 pm
Well, im making a map, what i can convert to SA:MP Later. Now i seem i can add all stuff, exept cars... Like how can i add a car in map?

I am biatch!


Offline Dave

  • Hero
  • ****
    • Posts: 3106
    With us since: 21/08/2006
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #1 on: August 25, 2007, 10:33:25 pm
cars i think go through script comamnds



Offline Andre9977Topic starter

  • Veteran
  • ***
    • Posts: 2673
    With us since: 09/04/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #2 on: August 25, 2007, 11:11:48 pm
Omg! I cant script... It is hard!

I am biatch!


Offline Gimli

  • Maiar
  • *****
    • Posts: 6659
  • Gimli - also known as [Rstar]xcasio
    • xcasio
  • With us since: 21/05/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #3 on: August 25, 2007, 11:22:26 pm
Use MTA to add cars, then use this tool to convert it to the SAMP format .
If you need any help, feel free to ask.


-xcasio ;)

"The purpose of life is to live it, to taste experience to the utmost, to reach out eagerly and without fear for newer and richer experience."
- Eleanor Roosevelt


Offline Dave

  • Hero
  • ****
    • Posts: 3106
    With us since: 21/08/2006
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #4 on: August 25, 2007, 11:25:09 pm
MTA SA? if so go ingame

go to the spaawn area in SA:MP and type /save, got to the GTA SA directory and it should bcar ide there, add that into the script along with AddStaticVehicle(the car coordinated go in here)car id //carname



Offline Andre9977Topic starter

  • Veteran
  • ***
    • Posts: 2673
    With us since: 09/04/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #5 on: August 25, 2007, 11:41:35 pm
Use MTA to add cars, then use this tool to convert it to the SAMP format .
If you need any help, feel free to ask.


-xcasio ;)

The point is - With MTA, i can only use one car which is the "Spawn car". Well, i made police cars on the map:
Code: [Select]
CreateVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (5)
CreateVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (6)
CreateVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (7)
CreateVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (8)
CreateVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (9)
CreateVehicle(596, 1595.972778, -1709.216187, 5.710625, 360, -1, -1, 120000); //spawnpoint (10)
CreateVehicle(596, 1591.683350, -1709.307617, 5.710625, 360, -1, -1, 120000); //spawnpoint (11)
CreateVehicle(596, 1588.052856, -1709.602905, 5.710625, 360, -1, -1, 120000); //spawnpoint (12)
CreateVehicle(596, 1583.575562, -1709.468262, 5.710625, 360, -1, -1, 120000); //spawnpoint (13)
CreateVehicle(596, 1578.429077, -1709.276489, 5.710625, 360, -1, -1, 120000); //spawnpoint (14)
CreateVehicle(596, 1574.926392, -1709.500854, 5.710625, 360, -1, -1, 120000); //spawnpoint (15)
CreateVehicle(596, 1570.431641, -1709.496460, 5.710625, 360, -1, -1, 120000); //spawnpoint (16)
CreateVehicle(596, 1535.848267, -1666.315430, 13.202812, 360, -1, -1, 120000); //spawnpoint (17)
CreateVehicle(596, 1535.842285, -1672.943237, 13.202812, 360, -1, -1, 120000); //spawnpoint (18)
CreateVehicle(596, 1540.270630, -1664.219116, 13.370268, 28, -1, -1, 120000); //spawnpoint (19)
CreateVehicle(596, 1545.393188, -1653.087280, 13.378794, 88, -1, -1, 120000); //spawnpoint (20)
CreateVehicle(596, 1521.895264, -1660.013428, 13.359175, 299, -1, -1, 120000); //spawnpoint (21)
CreateVehicle(596, 1521.536621, -1656.054077, 13.359175, 299, -1, -1, 120000); //spawnpoint (22)
CreateVehicle(596, 1521.104858, -1651.899536, 13.359175, 299, -1, -1, 120000); //spawnpoint (23)
CreateVehicle(596, 1551.418701, -1621.666870, 13.366875, 89, -1, -1, 120000); //spawnpoint (24)
CreateVehicle(596, 1558.980835, -1621.719971, 13.366875, 89, -1, -1, 120000); //spawnpoint (25)
CreateVehicle(596, 1565.985840, -1621.772583, 13.366875, 89, -1, -1, 120000); //spawnpoint (26)
CreateVehicle(596, 1549.215820, -1606.682129, 13.202812, 177, -1, -1, 120000); //spawnpoint (27)
CreateVehicle(596, 1553.056641, -1607.065063, 13.202812, 177, -1, -1, 120000); //spawnpoint (28)
CreateVehicle(596, 1556.615234, -1606.987915, 13.202812, 177, -1, -1, 120000); //spawnpoint (29)
CreateVehicle(596, 1560.556763, -1607.211548, 13.202812, 177, -1, -1, 120000); //spawnpoint (30)
CreateVehicle(596, 1564.179932, -1607.234253, 13.202812, 177, -1, -1, 120000); //spawnpoint (31)
CreateVehicle(596, 1568.088379, -1607.588867, 13.202812, 177, -1, -1, 120000); //spawnpoint (32)
CreateVehicle(596, 1916.457153, -1363.598145, 13.480972, 88, -1, -1, 120000); //spawnpoint (33)

I used the converter and here is the code ^^
Now i add it to my pawno script?

I am biatch!


Offline Dave

  • Hero
  • ****
    • Posts: 3106
    With us since: 21/08/2006
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #6 on: August 25, 2007, 11:43:38 pm
ye...ut u might have to change the CreateVehilce to CreateStaticVehicle or AddstaticVehicle



Offline Andre9977Topic starter

  • Veteran
  • ***
    • Posts: 2673
    With us since: 09/04/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #7 on: August 25, 2007, 11:47:51 pm
Could u send me some RP script files please. Well the story is - Had a account on mtavcsux (called Andre9977 so i thought that i have nothing to hide) and now they blocked me from sa-mp.com forums (Huhm, big asses)
Posted on: 26-08-2007, 01:46:04
I will send a email to [email protected] bc i really got nothing to hide and they cant ban me for having account, can they?

I am biatch!


Offline Dave

  • Hero
  • ****
    • Posts: 3106
    With us since: 21/08/2006
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #8 on: August 25, 2007, 11:51:02 pm
can do, i'll give i my filterscript and command test script to fiddle around with :)
and i will send you a RP script if u want, i have PEN1LS



Offline Andre9977Topic starter

  • Veteran
  • ***
    • Posts: 2673
    With us since: 09/04/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #9 on: August 26, 2007, 11:55:59 am
Code: [Select]
AddStaticVehicle(487,1544.3810,-1354.1403,329.6510,0.9474,54,29); // heli1
AddStaticVehicle(487,1668.1875,-1267.6479,233.5519,80.6809,3,29); // heli2
AddStaticVehicle(487,1423.8759,-1189.4307,195.2232,272.4731,3,29); // heli
AddStaticVehicle(487,1427.8669,-1206.7137,195.2205,253.2966,3,29); // heli
AddStaticVehicle(487,1514.6334,-1067.3450,181.3798,269.2993,3,29); // heli
AddStaticVehicle(487,1532.8845,-1074.3094,181.3804,271.0264,3,29); // heli
AddStaticVehicle(487,1667.1321,-1222.7820,233.5480,288.6899,3,29); // heli
AddStaticVehicle(487,1560.2428,-1358.4150,329.6322,89.3433,3,29); // heli
AddStaticVehicle(487,1654.5442,-1637.0603,83.9570,201.0777,3,29); // heli
AddStaticVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (5)
AddStaticVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (6)
AddStaticVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (7)
AddStaticVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (8)
AddStaticVehicle(596, 1595.240479, -1708.690063, 13.202812, 360, -1, -1, 120000); //spawnpoint (9)
AddStaticVehicle(596, 1595.972778, -1709.216187, 5.710625, 360, -1, -1, 120000); //spawnpoint (10)
AddStaticVehicle(596, 1591.683350, -1709.307617, 5.710625, 360, -1, -1, 120000); //spawnpoint (11)
AddStaticVehicle(596, 1588.052856, -1709.602905, 5.710625, 360, -1, -1, 120000); //spawnpoint (12)
AddStaticVehicle(596, 1583.575562, -1709.468262, 5.710625, 360, -1, -1, 120000); //spawnpoint (13)
AddStaticVehicle(596, 1578.429077, -1709.276489, 5.710625, 360, -1, -1, 120000); //spawnpoint (14)
AddStaticVehicle(596, 1574.926392, -1709.500854, 5.710625, 360, -1, -1, 120000); //spawnpoint (15)
AddStaticVehicle(596, 1570.431641, -1709.496460, 5.710625, 360, -1, -1, 120000); //spawnpoint (16)
AddStaticVehicle(596, 1535.848267, -1666.315430, 13.202812, 360, -1, -1, 120000); //spawnpoint (17)
AddStaticVehicle(596, 1535.842285, -1672.943237, 13.202812, 360, -1, -1, 120000); //spawnpoint (18)
AddStaticVehicle(596, 1540.270630, -1664.219116, 13.370268, 28, -1, -1, 120000); //spawnpoint (19)
AddStaticVehicle(596, 1545.393188, -1653.087280, 13.378794, 88, -1, -1, 120000); //spawnpoint (20)
AddStaticVehicle(596, 1521.895264, -1660.013428, 13.359175, 299, -1, -1, 120000); //spawnpoint (21)
AddStaticVehicle(596, 1521.536621, -1656.054077, 13.359175, 299, -1, -1, 120000); //spawnpoint (22)
AddStaticVehicle(596, 1521.104858, -1651.899536, 13.359175, 299, -1, -1, 120000); //spawnpoint (23)
AddStaticVehicle(596, 1551.418701, -1621.666870, 13.366875, 89, -1, -1, 120000); //spawnpoint (24)
AddStaticVehicle(596, 1558.980835, -1621.719971, 13.366875, 89, -1, -1, 120000); //spawnpoint (25)
AddStaticVehicle(596, 1565.985840, -1621.772583, 13.366875, 89, -1, -1, 120000); //spawnpoint (26)
AddStaticVehicle(596, 1549.215820, -1606.682129, 13.202812, 177, -1, -1, 120000); //spawnpoint (27)
AddStaticVehicle(596, 1553.056641, -1607.065063, 13.202812, 177, -1, -1, 120000); //spawnpoint (28)
AddStaticVehicle(596, 1556.615234, -1606.987915, 13.202812, 177, -1, -1, 120000); //spawnpoint (29)
AddStaticVehicle(596, 1560.556763, -1607.211548, 13.202812, 177, -1, -1, 120000); //spawnpoint (30)
AddStaticVehicle(596, 1564.179932, -1607.234253, 13.202812, 177, -1, -1, 120000); //spawnpoint (31)
AddStaticVehicle(596, 1568.088379, -1607.588867, 13.202812, 177, -1, -1, 120000); //spawnpoint (32)
AddStaticVehicle(596, 1916.457153, -1363.598145, 13.480972, 88, -1, -1, 120000); //spawnpoint (33)

Ok this is the code i got. added it to PWN file, but in-game they are not there. What am i doing wrong?

I am biatch!


Offline Skole

  • Regular
  • **
    • Posts: 105
    With us since: 11/07/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #10 on: August 26, 2007, 01:04:50 pm
Code: [Select]
AddStaticVehicle(modelid,X-coord,Y-coord,Z-coord,Angle,Color1,Color2);
Example:
Code: [Select]
AddStaticVehicle(513,324.7664,2546.0984,16.4876,178.8663,-1,-1); // stuntplane LV

( -1 = Random color, when spawn. )



Offline Andre9977Topic starter

  • Veteran
  • ***
    • Posts: 2673
    With us since: 09/04/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #11 on: August 26, 2007, 01:06:44 pm
So, colors are the trouble?
I change it to some other and it is cool?

I am biatch!


Offline Dave

  • Hero
  • ****
    • Posts: 3106
    With us since: 21/08/2006
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #12 on: August 26, 2007, 01:10:21 pm
there are some problems in your code, after the first 5 or so car spawns there are spaces replace these with , it might work



Offline Andre9977Topic starter

  • Veteran
  • ***
    • Posts: 2673
    With us since: 09/04/2007
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #13 on: August 26, 2007, 01:13:15 pm
there are some problems in your code, after the first 5 or so car spawns there are spaces replace these with , it might work
Sorry, i tried...
Posted on: 26-08-2007, 15:11:28
Code: [Select]
AddStaticVehicle(487,1544.3810,-1354.1403,329.6510,0.9474,54,29); // heli1
AddStaticVehicle(487,1668.1875,-1267.6479,233.5519,80.6809,3,29); // heli2
AddStaticVehicle(487,1423.8759,-1189.4307,195.2232,272.4731,3,29); // heli
AddStaticVehicle(487,1427.8669,-1206.7137,195.2205,253.2966,3,29); // heli
AddStaticVehicle(487,1514.6334,-1067.3450,181.3798,269.2993,3,29); // heli
AddStaticVehicle(487,1532.8845,-1074.3094,181.3804,271.0264,3,29); // heli
AddStaticVehicle(487,1667.1321,-1222.7820,233.5480,288.6899,3,29); // heli
AddStaticVehicle(487,1560.2428,-1358.4150,329.6322,89.3433,3,29); // heli
AddStaticVehicle(487,1654.5442,-1637.0603,83.9570,201.0777,3,29); // heli
AddStaticVehicle(596,1595.240479,-1708.690063,13.202812,360.-1,-1,120000); // police
AddStaticVehicle(596,1595.240479,-1708.690063,13.202812,360.-1,-1,120000); // police
AddStaticVehicle(596,1595.240479,-1708.690063,13.202812,360.-1,-1,120000); // police
AddStaticVehicle(596,1595.240479,-1708.690063,13.202812,360.-1,-1,120000); // police
AddStaticVehicle(596,1595.240479,-1708.690063,13.202812,360.-1,-1,120000); // police
AddStaticVehicle(596,1595.972778,-1709.216187,5.710625,360.-1,-1,120000); // police
AddStaticVehicle(596,1591.683350,-1709.307617,5.710625,360.-1,-1,120000); // police
AddStaticVehicle(596,1588.052856,-1709.602905,5.710625,360.-1,-1,120000); // police
AddStaticVehicle(596,1583.575562,-1709.468262,5.710625,360.-1,-1,120000); // police
AddStaticVehicle(596,1578.429077,-1709.276489,5.710625,360.-1,-1,120000); // police
AddStaticVehicle(596,1574.926392,-1709.500854,5.710625,360.-1,-1,120000); // police
AddStaticVehicle(596,1570.431641,-1709.496460,5.710625,360.-1,-1,120000); // police
AddStaticVehicle(596,1535.848267,-1666.315430,13.202812,360.-1,-1,120000); // police
AddStaticVehicle(596,1535.842285,-1672.943237,13.202812,360.-1,-1,120000); // police
AddStaticVehicle(596,1540.270630,-1664.219116,13.370268,28.-1,-1,120000); // police
AddStaticVehicle(596,1545.393188,-1653.087280,13.378794,88.-1,-1,120000); // police
AddStaticVehicle(596,1521.895264,-1660.013428,13.359175,299.-1,-1,120000); // police
AddStaticVehicle(596,1521.536621,-1656.054077,13.359175,299.-1,-1,120000); // police
AddStaticVehicle(596,1521.104858,-1651.899536,13.359175,299.-1,-1,120000); // police
AddStaticVehicle(596,1551.418701,-1621.666870,13.366875,89.-1,-1,120000); // police
AddStaticVehicle(596,1558.980835,-1621.719971,13.366875,89.-1,-1,120000); // police
AddStaticVehicle(596,1565.985840,-1621.772583,13.366875,89.-1,-1,120000); // police
AddStaticVehicle(596,1549.215820,-1606.682129,13.202812,177.-1,-1,120000); // police
AddStaticVehicle(596,1553.056641,-1607.065063,13.202812,177.-1,-1,120000); // police
AddStaticVehicle(596,1556.615234,-1606.987915,13.202812,177.-1,-1,120000); // police
AddStaticVehicle(596,1560.556763,-1607.211548,13.202812,177.-1,-1,120000); // police
AddStaticVehicle(596,1564.179932,-1607.234253,13.202812,177.-1,-1,120000); // police
AddStaticVehicle(596,1568.088379,-1607.588867,13.202812, 177.-1,-1,120000); // police
AddStaticVehicle(596,1916.457153,-1363.598145,13.480972, 88.-1,-1,120000); // police

Well it is here, now. Maybe it has some other buugs...?

I am biatch!


Offline Dave

  • Hero
  • ****
    • Posts: 3106
    With us since: 21/08/2006
    YearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYearsYears
Reply #14 on: August 26, 2007, 01:19:39 pm
I might go and redo the spawn points for the police, it might be easier using a FS



 


SimplePortal 2.3.7 © 2008-2025, SimplePortal