Jump to content
  • 0

Problema gang zone


Guest DarKy18

Question

Guest DarKy18

deci am creat nishte gangs zones si in scriptfiles mi-a dat astea

GangZoneCreate(397.666290,2460.371582,-168.876068,2549.542968);

GangZoneCreate(2488.026123,-1669.730957,2221.426025,-1972.199584);

GangZoneCreate(2036.376586,993.228881,2340.750976,1205.398681);

GangZoneCreate(1691.740356,1603.750000,1469.473388,1144.303588);

GangZoneCreate(2108.410888,2077.920654,1927.670654,2024.988647);

GangZoneCreate(2158.421875,1995.431030,2348.566162,1881.009277);

GangZoneCreate(1252.756347,-828.105041,1281.967407,-779.454650);

GangZoneCreate(1116.857666,2494.921875,898.172180,2458.631591);

GangZoneCreate(-2618.893798,1407.396240,-2266.979736,1660.469482);

GangZoneCreate(1661.400268,-1643.613525,1588.792846,-1726.780151);

GangZoneCreate(-1949.751342,263.225799,-1988.134277,325.926025);

GangZoneCreate(-833.152343,2753.096191,-753.307678,2731.636962);

GangZoneCreate(1386.019897,2777.087158,1145.851318,2936.042724);

GangZoneCreate(-359.845062,1532.704956,-248.124755,1342.309692);

GangZoneCreate(2090.586914,855.868103,2036.963745,812.739990);

GangZoneCreate(-1654.467529,-189.627731,-1537.176025,-61.674095);

GangZoneCreate(-2404.065429,-601.775146,-2545.817626,-477.453277);

GangZoneCreate(2303.209716,1395.336791,2357.925292,1531.285034);

GangZoneCreate(-1326.847412,942.472534,-1496.581054,1040.435424);

GangZoneCreate(-2302.047119,-1668.201660,-2226.295898,-1780.598754);

le-am pus in gm cum zicea adik sub ongamemodeinit

si nu apar dc?:| c trebuie sa mai fac?:|

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

new numele gangului;

numele gangului = GangZoneCreate(coordonatele);

Proiecte:

Hospital Interior-0%(neinceput)

Limo Interior-0%(inceput)

Bank Interior-0%(neinceput)

Bus Interior-0%(inceput)

Plane Interior-0%(neinceput)

Train Interior-0%(neinceput)

Boat Interior-95%(terminat,mici retusuri)

Mini-Scripturi care au fost publicate:

GPS System: http://forum.sa-mp.ro/filter-scripts-and-gamemodes/%28fs%29-gps-system/

Link to comment
Share on other sites

un mic exemplu:

(primu gangzone postat de tine)

sus in script:

new GangZone1;
sub OnGameModeInit:
GangZone1 = GangZoneCreate(397.666290,2460.371582,-168.876068,2549.542968);
si sub OnPlayerConnect:
GangZoneShowForPlayer(playerid, GangZone1, CULOAREA_TA);

*CULOAREA_TA o inlocuiesti cu un cod de culoare sau un nume de culoare din scriptul tau ;)

**GangZone1 este numele GangZon-ului ;)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.