How Do I Fix This
#1

error 021: symbol already defined: "OnDialogResponse"

i get that when i try to do two different locker dialogs for leo's to login on my script
Reply
#2

It means you already have that public OnDialogResponse() in your script
Check your script for another public that has OnDialogResponse()
Reply
#3

i do have one but i need another one
Reply
#4

that means you cannt use dialogresponse twice to use another dialog you will open a new case

Код:
underdialog response there will be something like

if(dialogid == 1)
{
the action for this dialog then under make a new dialog response witht he dialog id example
}
if(dialogid == 2)
{
ur action goes here
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)