Jump to content
  • 0

GangZone Incolor


Question

Posted

Am facut un gangzone pe Xtreme Vehicle Plotter. Si am pus codul

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

// Above OnGameModeInit:

new VariosLosAztecas;

// OnGameModeInit Insert

public OnGameModeInit() {

    VariosLosAztecas = GangZoneCreate(679.8611, -1318.67, 835.7774, -1227.872);

    return 1;

}

// Player Spawn

public OnPlayerSpawn(playerid) {

    GangZoneShowForPlayer(playerid, VariosLosAztecas, 0x00FFFF96);

    return 1;

}

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

Dar nu imi arata culoarea

SEABLUE,apare pe harta incolor

2 answers to this question

Recommended Posts

Posted

GangZoneShowForPlayer(playerid, VariosLosAztecas, 0x00FFFF96);
schimba in
GangZoneShowForPlayer(playerid, VariosLosAztecas, 0x00FFFFFF);

si vezi daca e cum vrei tu,

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.