Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Recommended Posts

Posted

Cum rezolv asta, am incercat, dar nu am putut :))

(13448) : warning 213: tag mismatch
(13448) : error 032: array index out of bounds (variable "Zone")
(13449) : warning 213: tag mismatch
(13449) : error 032: array index out of bounds (variable "Zone")

iar aici la liniile respective

public SetTeritoryColor(playerid, gID)
{
	//--------------------------------------------------------------------------
>13448	Zone[gID][Color] = (Zone[gID][Color] * 256) + 0xBB;
>13449	    GangZoneShowForPlayer(playerid, Zone[gID][Teritory], Zone[gID][Color]);
	//--------------------------------------------------------------------------
}

 

Posted

Nu ai definit variabila "Zone" Sau nu e bine definita sau :)) nu o folosesti tu bine ;) !

350x20_FFFFFF_FFFFFF_000000_000000.png

  • 2 weeks later...
Posted
La 08.01.2016la12:22, Romanul a spus:

Cum rezolv asta, am incercat, dar nu am putut :))


(13448) : warning 213: tag mismatch
(13448) : error 032: array index out of bounds (variable "Zone")
(13449) : warning 213: tag mismatch
(13449) : error 032: array index out of bounds (variable "Zone")

iar aici la liniile respective


public SetTeritoryColor(playerid, gID)
{
	//--------------------------------------------------------------------------
>13448	Zone[gID][Color] = (Zone[gID][Color] * 256) + 0xBB;
>13449	    GangZoneShowForPlayer(playerid, Zone[gID][Teritory], Zone[gID][Color]);
	//--------------------------------------------------------------------------
}

 

new Zone[gID] = ..etc

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 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.