warning 213: tag mismatch
#2

try this

pawn Код:
CMD:tt(playerid, params[])
{
{
new string[128];
if(GetPVarInt(playerid, "statusbar") == 0)
{
TextDrawHideForPlayer(playerid, Status[0]);
TextDrawHideForPlayer(playerid, Status[1]);
DeletePVar(playerid, "statusbar");
ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
}
}
return 1;
}
Reply


Messages In This Thread
warning 213: tag mismatch - by vulcanica - 11.03.2014, 11:32
Re: warning 213: tag mismatch - by iThePunisher - 11.03.2014, 13:16
Re: warning 213: tag mismatch - by MP2 - 11.03.2014, 13:21
Re: warning 213: tag mismatch - by iThePunisher - 11.03.2014, 13:26

Forum Jump:


Users browsing this thread: 1 Guest(s)