OnPlayerClickTextDraw ++REP
#1

Код HTML:
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
    if(clickedid == FactionSkins[playerid][1])
    {
        if(PlayerInfo[playerid][pMember] == 1)
        {
            SetPlayerSkin(playerid, 280);
            Update(playerid, pSkinu);
            CancelSelectTextDraw(playerid);
        }
    }
    return 1;
}
Error: warning 213: tag mismatch
Line:
Код HTML:
if(clickedid == FactionSkins[playerid][1])
I'm use PlayerTextDraw.
Reply
#2

PHP код:
new Text:FactionSkins[MAX_PLAYERS][max]; 
Reply
#3

+REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)