Quote:
Originally Posted by Don Correlli
pawn Код:
/* (code for your "/dig" command) */ PlayerInfo[pGunPowder] += random(maxcell); PlayerInfo[pDrugs] += random(maxcell);
|
could explain what the random does? and does this the player randomly either Drugs or GunPowder?