What? How.. o.O
#1

Код:
SetPlayerRaceCheckpoint(i, 0, RaceInfo[raceid][checkpointx][1], RaceInfo[raceid][checkpointy][1], RaceInfo[raceid][checkpointz][1], RaceInfo[raceid][checkpointx][2], RaceInfo[raceid][checkpointy][2], RaceInfo[raceid][checkpointz][2], 6);
Код:
warning 213: tag mismatch
warning 213: tag mismatch
Why it does says this??
Reply
#2

Did you declare checkpointx, checkpointy and checkpointz as floats?

PHP код:
enum something {
    
Float:checkpointx,
    
Float:checkpointy,
    
Float:checkpointz

Reply
#3

Код:
enum rInfo
{
	Float:checkpointx[MAX_CHECKPOINTS],
	Float:checkpointy[MAX_CHECKPOINTS],
	FLOAT:checkpointz[MAX_CHECKPOINTS],
}
Here it is.
instad of
Float:checkpointz[MAX_CHECKPOINTS],
I wrote this
FLOAT:checkpointz[MAX_CHECKPOINTS],
THANK YOU!!!!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)