22.04.2015, 19:53
Just return an error message that the player is not near at any house:
and it'll be fine.
I see no reason on doing that like this.
pawn Код:
new i = IsPlayerNearHouse(playerid);
if (i == -1) return SendClientMessage(...);
Quote:
dont return 1,change IsPlayerNearHouse to:
pawn Код:
pawn Код:
pawn Код:
|