Problem with switching vehicle.
#8

Also, you don't need to use ' else if ' for getting dialog id.

pawn Код:
else if(dialogid == 30) //This is wrong
that's why you are not getting any response.

change it to
pawn Код:
if(dialogid == 30)
Reply


Messages In This Thread
Problem with switching vehicle. - by Laure - 01.01.2013, 10:30
Re: Problem with switching vehicle. - by Laure - 01.01.2013, 10:47
Re: Problem with switching vehicle. - by Laure - 01.01.2013, 12:30
Re: Problem with switching vehicle. - by Laure - 02.01.2013, 01:35
Re: Problem with switching vehicle. - by Christoffer - 02.01.2013, 01:51
Re: Problem with switching vehicle. - by Laure - 02.01.2013, 01:54
Re: Problem with switching vehicle. - by [HK]Ryder[AN] - 02.01.2013, 03:20
Re: Problem with switching vehicle. - by Jarnu - 02.01.2013, 03:28

Forum Jump:


Users browsing this thread: 2 Guest(s)