Jump to content
  • 0

pomoc Pomoc prosím


Karel12

Dotaz

Cau v editoru jsem si vytvoril neco na server ale nwm co mam jeste pridat aby mi to fakalo pls poradte

 

CreateObject(3268, 338.50204, 1958.15112, 16.63280,   3.00000, 0.00000, 0.00000);
CreateObject(3268, 338.57486, 1919.00024, 16.63280,   3.00000, 0.00000, 0.00000);
CreateObject(1297, 1242.30676, -1567.45300, 15.85938,   3.14159, 0.00000, 1.57080);
CreateObject(4003, 1247.94788, -1563.48364, 19.59900,   -6.88000, 2.00000, 177.00000);
CreateObject(643, 1241.01221, -1575.98120, 1.00000,   0.00000, 0.00000, 0.00000);
CreateObject(643, 1253.51782, -1564.25195, 13.00000,   0.00000, 0.00000, 0.00000);
CreateObject(643, 1239.83142, -1564.37634, 13.00000,   0.00000, 0.00000, 0.00000);
CreateObject(792, 1257.89685, -1563.71143, 12.21875,   356.85840, 0.00000, 3.14159);
CreateObject(792, 1235.38367, -1564.59705, 12.21880,   354.00000, 2.00000, 3.00000);
CreateObject(280, 1251.57239, -1562.12292, 13.56000,   93.00000, 0.00000, 0.00000);
CreateObject(280, 1244.33179, -1562.08521, 13.56000,   93.00000, 0.00000, 0.00000);
CreateVehicle(405, 1229.9736, -1577.9022, 13.2350, 90.0000, -1, -1, 100);
CreateVehicle(405, 1223.0548, -1578.0176, 13.2350, 90.0000, -1, -1, 100);
Link to comment
Share on other sites

8 odpovědí na tuto otázku

Recommended Posts

  • 0

Možná si myslím fachčit. Stačí otevřít Pawno, dát do OnFilterScriptu, přidat #include <a_samp>  a F5-tnout:

 

#include <a_samp>
public
        OnFilterScriptInit()
{
    CreateObject(3268, 338.50204, 1958.15112, 16.63280,   3.00000, 0.00000, 0.00000);
    CreateObject(3268, 338.57486, 1919.00024, 16.63280,   3.00000, 0.00000, 0.00000);
    CreateObject(1297, 1242.30676, -1567.45300, 15.85938,   3.14159, 0.00000, 1.57080);
    CreateObject(4003, 1247.94788, -1563.48364, 19.59900,   -6.88000, 2.00000, 177.00000);
    CreateObject(643, 1241.01221, -1575.98120, 1.00000,   0.00000, 0.00000, 0.00000);
    CreateObject(643, 1253.51782, -1564.25195, 13.00000,   0.00000, 0.00000, 0.00000);
    CreateObject(643, 1239.83142, -1564.37634, 13.00000,   0.00000, 0.00000, 0.00000);
    CreateObject(792, 1257.89685, -1563.71143, 12.21875,   356.85840, 0.00000, 3.14159);
    CreateObject(792, 1235.38367, -1564.59705, 12.21880,   354.00000, 2.00000, 3.00000);
    CreateObject(280, 1251.57239, -1562.12292, 13.56000,   93.00000, 0.00000, 0.00000);
    CreateObject(280, 1244.33179, -1562.08521, 13.56000,   93.00000, 0.00000, 0.00000);
    CreateVehicle(405, 1229.9736, -1577.9022, 13.2350, 90.0000, -1, -1, 100);
    CreateVehicle(405, 1223.0548, -1578.0176, 13.2350, 90.0000, -1, -1, 100);
    return 1;
}

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...