Jump to content
  • 0

CuM pUn TeRiToRii :??


Guest BoSs

Question

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 :)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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;

}

Link to comment
Share on other sites

  • 0

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;
}
//=========

Link to comment
Share on other sites

  • 0

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.

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.