help dialog
#1

hey. its not working but its no error and code is good..
im testing on first.

}
stock ShowVmBiletoDialog(playerid)
{
new msg[125];

strcat(msg, "• 1 Pirmas stalas\n");
strcat(msg, "• 2 Antras stalas\n");
strcat(msg, "• 3 Trečias stalas\n");
strcat(msg, "• 4 Ketvirtas stalas\n");
strcat(msg, "• 5 Penktas stalas\n");
strcat(msg, "• 6 Љeљtas stalas\n");
strcat(msg, "• 7 Septintas stalas");

ShowPlayerDialog(playerid, 2929, DIALOG_STYLE_LIST, "Vairavimo mokyklą - Iљmok pas Karoli", msg, "Pasirinkti", "Iљeiti");
return 1;

}
if(dialogid == 2929)
{
if(response)
{
switch(listitem)
{
case 0:
{
//new zinute[150];
SendClientMessage(playerid, -1, "Test 1");
Reply
#2

still not working
Reply
#3

Your "msg" string length is about 177 Character
but: "new msg[125];"

try this: "new msg[180];"
Reply
#4

Quote:
Originally Posted by M4D
Посмотреть сообщение
Your "msg" string length is about 177 Character
but: "new msg[125];"

try this: "new msg[180];"
still not working..
Reply
#5

anyone
Reply
#6

What exactly is not working?
Reply
#7

Quote:
Originally Posted by dusk
Посмотреть сообщение
What exactly is not working?
when i press on first (in dialog 1) nothing happensm but should SendClientMessage.. dialog id same... i dont no how to fix..
Reply
#8

Is this a gamemode or a filterscript?
Reply
#9

Quote:
Originally Posted by dusk
Посмотреть сообщение
Is this a gamemode or a filterscript?
gameMode.. DIALOG id unique
Reply
#10

sameone ??
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)