Tag mismatch
#1

I'm getting tag mismatch here:

Код:
gCaptureZone[i][zone_Id] = GangZoneCreate(gCaptureZone[i][zone_Pos][0], gCaptureZone[i][zone_Pos][1], gCaptureZone[i][zone_Pos][2], gCaptureZone[i][zone_Pos][3], SET_ALPHA(gTeamData[gCaptureZone[i][zone_Owner]][team_Color], 100), 2.0);
Reply
#2

PHP код:
gCaptureZone[i][zone_Id] = GangZoneCreate(gCaptureZone[i][zone_Pos][0], gCaptureZone[i][zone_Pos][1], gCaptureZone[i][zone_Pos][2], gCaptureZone[i][zone_Pos][3], SET_ALPHA(gTeamData[gCaptureZone[i][zone_Owner]][team_Color], 1002.0)); 
Ya need to stop doing this.
Reply
#3

warning 202: number of arguments does not match definition

Another error ^
Reply
#4

I read the parameters from the wiki, are you using an include for this? if it's from a_samp then it would be

PHP код:
gCaptureZone[i][zone_Id] = GangZoneCreate(gCaptureZone[i][zone_Pos][0], gCaptureZone[i][zone_Pos][1], gCaptureZone[i][zone_Pos][2], gCaptureZone[i][zone_Pos][3); 
Reply
#5

Now it says " error 001: expected token: "]", but found ")""
Reply
#6

My Bad.

PHP код:
gCaptureZone[i][zone_Id] = GangZoneCreate(gCaptureZone[i][zone_Pos][0], gCaptureZone[i][zone_Pos][1], gCaptureZone[i][zone_Pos][2], gCaptureZone[i][zone_Pos][3]); 
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)