TextDraw not hiding
#3

pawn Код:
F:\Server Backup #1\clients\port_5101\filterscripts\future.pwn(63) : warning 213: tag mismatch
F:\Server Backup #1\clients\port_5101\filterscripts\future.pwn(64) : warning 213: tag mismatch
F:\Server Backup #1\clients\port_5101\filterscripts\future.pwn(66) : warning 213: tag mismatch
F:\Server Backup #1\clients\port_5101\filterscripts\future.pwn(71) : warning 213: tag mismatch
F:\Server Backup #1\clients\port_5101\filterscripts\future.pwn(74) : warning 213: tag mismatch
F:\Server Backup #1\clients\port_5101\filterscripts\future.pwn(75) : warning 213: tag mismatch
F:\Server Backup #1\clients\port_5101\filterscripts\future.pwn(76) : warning 213: tag mismatch
Lines..
pawn Код:
CMD:showtextdraw(playerid, params[])
 {
 TextDrawHideForPlayer(playerid, stats[playerid]);//63 line
 TextDrawHideForPlayer(playerid, xex[playerid]);//64 line
 SelectTextDraw(playerid, 0x00FF00FF);
 TextDrawHideForPlayer(playerid, nothing[playerid]);//66 line
 return 1;
 }
public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
{
    printf("Player TextDraw ID %d", playertextid);//71 line
    if(playertextid == xex[playerid])
    {
    TextDrawHideForPlayer(playerid, stats[playerid]);//74 line
    TextDrawHideForPlayer(playerid, xex[playerid]);//75 line
    TextDrawHideForPlayer(playerid, nothing[playerid]);//76 line
    }
    return 1;
}
Reply


Messages In This Thread
TextDraw not hiding - by LazyB0y - 14.08.2015, 18:21
Re: TextDraw not hiding - by MichaelJones - 14.08.2015, 18:44
Re: TextDraw not hiding - by LazyB0y - 15.08.2015, 08:34
Re: TextDraw not hiding - by MarvinPWN - 15.08.2015, 08:53
Re: TextDraw not hiding - by LazyB0y - 15.08.2015, 10:31
Re: TextDraw not hiding - by LazyB0y - 16.08.2015, 10:38
Re: TextDraw not hiding - by MarvinPWN - 16.08.2015, 11:15
Re: TextDraw not hiding - by LazyB0y - 16.08.2015, 12:40

Forum Jump:


Users browsing this thread: 7 Guest(s)