Housecar command in Dialog Bugg
#2

Код:
if(PlayerInfo[playerid][pPocket] && playerid >= 20000)
That expression is just checking if PlayerInfo[playerid][pPocket] is true, and if the players id is is more or equal to 20,000.

Код:
if(PlayerInfo[playerid][pPocket] >= 20000)
{
  bla
}
Reply


Messages In This Thread
Housecar command in Dialog Bugg - by sjvt - 19.04.2010, 11:55
Re: Housecar command in Dialog Bugg - by Jay_ - 19.04.2010, 12:06

Forum Jump:


Users browsing this thread: 1 Guest(s)