Jump to content
  • 0

CuM pUn TeRiToRii :??


Question

Posted

Salut! Ma puteti ajuta si pe mne cu cv :)  ? DeCI am Xtreme_Vehicle_Plotter si am fkt teritorii de ex  :

//======================

// Above OnGameModeInit:

new LOL;

// OnGameModeInit Insert

public OnGameModeInit() {

    LOL = GangZoneCreate(759.0619, 572.2159, 3071.281, 2791.012);

    return 1;

}

// Player Spawn

public OnPlayerSpawn(playerid) {

    GangZoneShowForPlayer(playerid, LOL, 0xFF000096);

    return 1;

}

//======================

Unde il pun :-??

PLZ HELP :)

5 answers to this question

Recommended Posts

  • 0
Posted

Potzi sa fii putin mai exact :D Nu prea inteleg

  • 0
Posted

incearca asa

// Above OnGameModeInit:

new ballaszone;

PS press CTRL si F si cauta UsePlayerPedAnims(); si pune new ballaszone; dupa ala

ballaszone = GangZoneCreate(759.0619, -1634.903, 1249.533, -1342.956);

pune asta aici

Turfs = GangZoneCreate(TurfInfo[zMinX],TurfInfo[zMinY],TurfInfo[zMaxX],TurfInfo[zMaxY]);

asa dupa asta pune asta

GangZoneShowForPlayer(playerid, ballaszone, 0x8000FF96);

aici

for(new i = 0; i < sizeof(Turfs); i++)

{

    GangZoneShowForPlayer(playerid, i, TurfInfo[zColor]);

    GangZoneShowForPlayer(playerid, ballaszone, 0x8000FF96);//exemplu

    return 1;

}

  • 0
Posted

Macar am incercat. Daca nu ai reusit incearca si in alta parte poate gasesti mai multe informatii.

  • 0
Posted

Nu cred k merge asa

incearca asa

// Above OnGameModeInit:

new ballaszone;

PS press CTRL si F si cauta UsePlayerPedAnims(); si pune new ballaszone; dupa ala

ballaszone = GangZoneCreate(759.0619, -1634.903, 1249.533, -1342.956);

pune asta aici

Turfs = GangZoneCreate(TurfInfo[zMinX],TurfInfo[zMinY],TurfInfo[zMaxX],TurfInfo[zMaxY]);

asa dupa asta pune asta

GangZoneShowForPlayer(playerid, ballaszone, 0x8000FF96);

aici

for(new i = 0; i < sizeof(Turfs); i++)

{

    GangZoneShowForPlayer(playerid, i, TurfInfo[zColor]);

    GangZoneShowForPlayer(playerid, ballaszone, 0x8000FF96);//exemplu

    return 1;

}

Incearca asa ;)

#include <a_samp>
//=========
new skaTim;
//=========
#define COLOR_SKATIM 0x00FF00AA
//=========
public OnGameModeInit() {
    skaTim = GangZoneCreate(759.0619, -1634.903, 1249.533, -1342.956);
    return 1;
}
//=========
public OnPlayerSpawn(playerid) {
    GangZoneShowForPlayer(playerid, skaTim, 0x00FF00AA);
    return 1;
}
//=========

  • 0
Posted

Nu cred k merge asa

Incearca asa ;)

#include <a_samp>
//=========
new skaTim;
//=========
#define COLOR_SKATIM 0x00FF00AA
//=========
public OnGameModeInit() {
    skaTim = GangZoneCreate(759.0619, -1634.903, 1249.533, -1342.956);
    return 1;
}
//=========
public OnPlayerSpawn(playerid) {
    GangZoneShowForPlayer(playerid, skaTim, 0x00FF00AA);
    return 1;
}
//=========

La fel.

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.