28.10.2016, 09:48
Quote:
|
clickedid is a textdraw. You can forcefully remove the tag by doing:
PHP код:
|
PHP код:
printf("%d", _:clickedid);
PHP код:
if(clickedid >= TD[GunHome][1] && clickedid <= TD[GunHome][6])
{
new IDC = [B]clickedid[/B] - TD[GunHome][1];
if(IDC == -1) return 1;
printf("%d", IDC);
}
PHP код:
new IDC = [B]_:clickedid[/B] - TD[GunHome][1];


