gangzone color help
#1

FIXED
Reply
#2

Can you show us, how you call GangZoneShowForPlayer?
Reply
#3

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
Can you show us, how you call GangZoneShowForPlayer?
As the tut -

Код:
public OnPlayerSpawn(playerid)
{
    for(new i=0; i < sizeof(ZoneInfo); i++)
	{
		GangZoneShowForPlayer(playerid, ZoneID[i], GetTeamZoneColor(ZoneInfo[i][zTeam]));
	}
	return 1;
}
Reply
#4

Quote:
Originally Posted by Camorra
Посмотреть сообщение
As the tut -
Your enum is wrong, write it like this:

Код:
enum eZone
{
    Float:zMinX,
    Float:zMinY,
    Float:zMaxX,
    Float:zMaxY,
    gID,
    gCOLOUR,
    zTeam,
    Text:gDRAW,
    gBLINK
}
Greekz
Reply
#5

Well, i edited the enum and forgot to edit the onplayerspawn.....
Also checking what u said



EDIT: Still white


2nd EDIT: FIXED
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)