Small help
#1

Hey, I have issue which I really don`t see in code. When I compile I get 3 warnings. Which are:
Код:
D:\Server\SA-MP Server\gamemodes\./PwFItems/Ranks.pwn(96) : warning 213: tag mismatch
D:\Server\SA-MP Server\gamemodes\./PwFItems/Ranks.pwn(102) : warning 213: tag mismatch
D:\Server\SA-MP Server\gamemodes\./PwFItems/Ranks.pwn(113) : warning 213: tag mismatch
Maybe I am blind but I don`t see problem in code:
PHP код:
new RankVar[MAX_PLAYERS]; //Global var which is defining label
RankVar[playerid] = CreateDynamic3DTextLabel(Ranks[GetPlayerRank(playerid)][rName], TeamInfo[pTeam[playerid]][TeamColor], 30.040.050.070.0playeridINVALID_VEHICLE_ID1, -1, -1, -1); // 96
DestroyDynamic3DTextLabel(RankVar[playerid]);//102
UpdateDynamic3DTextLabelText(RankVar[playerid], TeamInfo[pTeam[playerid]][TeamColor], Ranks[GetPlayerRank(playerid)][rName]);//113 
Reply
#2

PHP код:
new Text3D:RankVar[MAX_PLAYERS]; 
Reply
#3

Quote:
Originally Posted by oMa37
Посмотреть сообщение
PHP код:
new Text3D:RankVar[MAX_PLAYERS]; 
AAAAAAAAAAAAAAAAAAAAA thanks
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)