Dialog problem
#1

When I run both my radio filterscript and my GPS filterscript my radio doesn't work as when you select a station it the dialog it doesn't play it, but if you unload the gps fs it works....
Reply
#2

Show us the code.Btw change the callback of ur dialog box from

pawn Код:
return 1; to return 0;
Example:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 0;
}
Reply
#3

Quote:
Originally Posted by Gamer_007
Посмотреть сообщение
Show us the code.Btw change the callback of ur dialog box from

pawn Код:
return 1; to return 0;
Example:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
return 0;
}
Which one the radio fs or the GPS.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)