29.03.2014, 10:36
public OnPlayerClickTextDraw(playerid, Text:clickedid)
{
if(clickedid == Login[playerid]
{
///your commands
}
return 1;
}
or use this tutorial
https://sampforum.blast.hk/showthread.php?tid=328267
{
if(clickedid == Login[playerid]
{
///your commands
}
return 1;
}
or use this tutorial
https://sampforum.blast.hk/showthread.php?tid=328267