06.06.2012, 18:29
Replace Range, X, Y and Z.
Remove the 2nd IsPlayerInRangeOfPoint from your command. The first one should in theory work, but you can try placing it above the money thing using my code.
pawn Код:
if(!IsPlayerInRangeOfPoint(playerid, RANGE, X, Y ,Z))
{
SendClientMessage(playerid, -1,"Error: You are not at the showroom!");
}

