Question problem
#4

try this
pawn Код:
stock XY(xx)
{
if(xx == 0) return 0;
else return 1;
}
when you will check put condition like
pawn Код:
if(XY(u) == 0)
{
SendClientMessage(playerid,-1,"NO");
}
else
{
SendClientMessage(playerid,-1,"YES");
}
Reply


Messages In This Thread
Question problem - by Kaczmi - 12.04.2012, 13:38
Re: Question problem - by mineralo - 12.04.2012, 13:43
Re: Question problem - by Kaczmi - 12.04.2012, 16:19
Re: Question problem - by mineralo - 12.04.2012, 16:38
Re: Question problem - by Kaczmi - 13.04.2012, 16:22
Re: Question problem - by Kaczmi - 13.04.2012, 17:21

Forum Jump:


Users browsing this thread: 1 Guest(s)