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


Messages In This Thread
Small help - by Sanady - 17.08.2016, 23:11
Re: Small help - by oMa37 - 17.08.2016, 23:24
Re: Small help - by Sanady - 17.08.2016, 23:27

Forum Jump:


Users browsing this thread: 1 Guest(s)