Jump to content
  • 0

o problema cu gang zones


Guest anonym_style.

Question

Guest anonym_style.

am facut un gang zones cu Xtreme Vehicle Plotter dar nu stiu unde sa bag restul ?

ma rog stiu ca in gm dar unde ?

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

// Above OnGameModeInit:

new corleone;

// OnGameModeInit Insert

public OnGameModeInit() {

    corleone = GangZoneCreate(1208.455, -868.6271, 1429.02, -726.5085);

    return 1;

}

// Player Spawn

public OnPlayerSpawn(playerid) {

    GangZoneShowForPlayer(playerid, corleone, 0x000000FA);

    return 1;

}

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

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

// Above OnGameModeInit:

new corleone;

// OnGameModeInit Insert

public OnGameModeInit() {

    corleone = GangZoneCreate(1216.061, -860.7317, 1402.4, -734.4039);

    return 1;

}

// Player Spawn

public OnPlayerSpawn(playerid) {

    GangZoneShowForPlayer(playerid, corleone, 0x00000085);

    return 1;

}

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Ai mura-n gura dat.

new corleone;
pui pe la inceputul scriptului.
corleone = GangZoneCreate(1208.455, -868.6271, 1429.02, -726.5085);
pui dupa public OnGameModeInit()
GangZoneShowForPlayer(playerid, corleone, 0x000000FA);

pui dupa public OnPlayerSpawn(playerid)

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

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.