help with dialogs
#1

hey

my code:
Код:
					if( teisingiAtsakymai[ playerid ] < 9 )
					{
					     bad 1.2.3.4.5.6.7.8
					}
					else
					{
					    its ok 10 or 9
					}
and when i have teisingiAtsakymai = 10, server dont show dialog
i need when
Reply
#2

I don't really understand what you are trying to do. Can you please provide more code and clarify?
Reply
#3

Код:
if( teisingiAtsakymai[ playerid ] < 9 )
{
SendClientMessage( playerid, -1, "you successful have driver license");
pdata[ playerid ] [ dLic ] = 1;
}
else
{
SendClientMessage( playerid, -1, "not get a driver's license ( need 9 / 10 ) to get");
}
then 10/10 nothing is happening
Reply
#4

then teisingiAtsakymai[ playerid ] = 1..8 it ok.working, bet 9/10 10/10 nothing is happening
can anyone help me ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)