Housecar command in Dialog Bugg
#1

*fixed
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)