Dialog Help
#1

Yo guys just a fast question, does anyone know the ID of the dialog that appears when you press TAB ingame?
Reply
#2

You want to click on players name using the TAB dialog?
Reply
#3

sure
Reply
#4

This is the function which detects that:

Код:
public OnPlayerClickPlayer(playerid, clickedplayerid, source)
{
	return 1;
}
It doesn't got a defined dialog ID. Also, here is more information about this callback: https://sampwiki.blast.hk/wiki/OnPlayerClickPlayer

Hope it helps
Reply
#5

Oh man thanks a lot!
Reply
#6

This is a SA-MP build dialog. And it has NO IDs and cannot be used. You can detect whom the player clicked with the function that lucky gave.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)