Got some errors
#6

Yup, that's your problem. You need to set SVTDIALOG to be replaced with a (unique) number.

See https://sampwiki.blast.hk/wiki/ShowPlayerDialog - the example code box. You have three options

pawn Код:
enum
{
    DIALOG_LOGIN,
    DIALOG_WELCOME,
    DIALOG_WEAPONS
}
 
// Alternatively, using macros:
#define DIALOG_LOGIN 1
#define DIALOG_WELCOME 2
#define DIALOG_WEAPONS 3
or consts, but that's not super important
Reply


Messages In This Thread
Got some errors - by Filbert - 09.01.2018, 13:32
Re: Got some errors - by XavierJ - 09.01.2018, 13:35
Re: Got some errors - by Filbert - 09.01.2018, 13:39
Re: Got some errors - by Misiur - 09.01.2018, 13:40
Re: Got some errors - by Filbert - 09.01.2018, 13:43
Re: Got some errors - by Misiur - 09.01.2018, 13:45
Re: Got some errors - by Filbert - 09.01.2018, 13:47

Forum Jump:


Users browsing this thread: 2 Guest(s)