Unk3::networkShopGetPrice
Внешний вид
bool is always true in game scripts
Syntax
<syntaxhighlight lang="javascript">mp.game.unk3.networkShopGetPrice(hash, hash2, p2);</syntaxhighlight>
Required Arguments
- hash: Model hash or name
- hash2: Model hash or name
- p2: Boolean
Return value
- int
Example
<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>