tag mismatch
#1

PHP код:
    if(PGarbageCP[playerid] >= && PGarbageCP[playerid] < 7)
    {
        
PGarbageCP[playerid] += 1;
        new 
Float:km GetPlayerDistanceFromPoint(playeridDestSet[playerid][0], DestSet[playerid][1], DestSet[playerid][2]);
        
PGarbageCurrent[playerid] += km;
        new 
Float:coord[3];
        
GetPlayerPos(playeridcoord[0], coord[1], coord[2]);
        
SetDestination(playeridcoord[0], coord[1], coord[2]);
        new 
randn random(sizeof(GarbageCP));
        
SetPlayerCheckpoint(playeridGarbageCP[randn][0], GarbageCP[randn][1], GarbageCP[randn]][2], 4.0);
        return 
1;
    } 
i get tag mismatch at this line
PHP код:
 SetPlayerCheckpoint(playeridGarbageCP[randn][0], GarbageCP[randn][1], GarbageCP[randn]][2], 4.0); 
Reply


Messages In This Thread
tag mismatch - by PepsiCola23 - 28.02.2018, 15:25
Re: tag mismatch - by DeMoo - 28.02.2018, 15:39
Re: tag mismatch - by jasperschellekens - 28.02.2018, 15:48
Re: tag mismatch - by Sew_Sumi - 28.02.2018, 16:00
Re: tag mismatch - by PepsiCola23 - 28.02.2018, 16:02

Forum Jump:


Users browsing this thread: 4 Guest(s)