Portal SAMP
[Ajuda] aperecer dialog apos clicar em F - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] aperecer dialog apos clicar em F (/showthread.php?tid=3430)



aperecer dialog apos clicar em F - gabrielbgxx - 16/03/2023

alguem poderia me ajudar? quando chegar perto do acto e clicar f aparecer uma dialog?


RE: aperecer dialog apos clicar em F - agi.exe - 17/03/2023

Código PHP:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(newkeys == KEY_SECONDARY_ATTACK)
    {
        if(IsPlayerInRangeOfPoint(playerid3.0XYZ)) // Coloque as cordenadas do actor!
        {
            ShowPlayerDialog // Mostre sua dialog!
        }
    }
    return 1;




RE: aperecer dialog apos clicar em F - humildadeforever - 17/03/2023

(17/03/2023 02:12)SkayBr Escreveu:
Código PHP:
public OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(newkeys == KEY_SECONDARY_ATTACK)
    {
        if(IsPlayerInRangeOfPoint(playerid3.0XYZ)) // Coloque as cordenadas do actor!
        {
            ShowPlayerDialog // Mostre sua dialog!
        }
    }
    return 1;


Só complementando:

https://sampwiki.blast.hk/wiki/ShowPlayerDialog

https://sampwiki.blast.hk/wiki/OnDialogResponse