/exit Faction dont respond.
#6

Quote:
Originally Posted by CuervO
Посмотреть сообщение
Both are wrong, you have to compare the positions with

pawn Код:
if(condition)
{
//code
}
else if(condition)
{
//code
}
else if(condition)
{
//code
}
and not

pawn Код:
if(condition)
{
//code
}
if(condition)
{
//code
}
if(condition)
{
//code
}
You can also stock them in.
Reply


Messages In This Thread
/exit Faction dont respond. - by maximthepain - 14.09.2010, 16:11
Re: /exit Faction dont respond. - by maximthepain - 14.09.2010, 18:33
Re: /exit Faction dont respond. - by FireCat - 14.09.2010, 18:35
Re: /exit Faction dont respond. - by Amit_B - 14.09.2010, 21:30
Re: /exit Faction dont respond. - by CuervO - 14.09.2010, 22:31
Re: /exit Faction dont respond. - by Hijolion - 14.09.2010, 23:30
Re: /exit Faction dont respond. - by CuervO - 15.09.2010, 03:15
Re: /exit Faction dont respond. - by maximthepain - 15.09.2010, 14:07
Re: /exit Faction dont respond. - by maximthepain - 15.09.2010, 14:31
Re: /exit Faction dont respond. - by Cameltoe - 15.09.2010, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)