tag misimatch
#1

Код:
	SetPlayerAttachedObject(playerid,
	INT:PlayerInfo[playerid][pindex],
	INT:PlayerInfo[playerid][pmodelid],
	INT:PlayerInfo[playerid][pboneid],
	Float:PlayerInfo[playerid][pfOffsetX],
	Float:PlayerInfo[playerid][pfOffsetY],
	Float:PlayerInfo[playerid][pfOffsetZ],
	Float:PlayerInfo[playerid][pfRotX],
	Float:PlayerInfo[playerid][pfRotY],
	Float:PlayerInfo[playerid][pfRotZ],
	Float:PlayerInfo[playerid][pfScaleX],
	Float:PlayerInfo[playerid][pfScaleY],
	Float:PlayerInfo[playerid][pfScaleZ]);
Код:
(1010 -- 1011) : warning 213: tag mismatch
(1010 -- 1012) : warning 213: tag mismatch
(1010 -- 1013) : warning 213: tag mismatch
line 1010-1013
Код:
SetPlayerAttachedObject(playerid,
	INT:PlayerInfo[playerid][pindex],
	INT:PlayerInfo[playerid][pmodelid],
all codes are under on playerspawn
Reply
#2

get rid of INT: and FLOAT: infront of all the variables.
Reply
#3

Remove any "INT:" you have in the script. It's not a tag and integers have no tags.
Reply
#4

ok thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)