04.06.2011, 19:21
You can easily change that, so that all players can use.
Replace
with
Replace
pawn Код:
if(PlayerInfo[playerid][Level] >= 3) {
pawn Код:
if(PlayerInfo[playerid][Level] >= 0) {

