03.01.2012, 08:52
Ok so,i'm creating a rob place system and i've the coordinates of some places to let the player rob.
I'm using:
And so on,the problem is,i need to show in the chat what place has robbed the player,ex:
Player1 has robbed %s$ from PlaceName.
How to add this?
I'm using:
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, ORANGE, The X,Y,Z)) || !IsPlayerInRangeOfPoint(playerid, X,Y,Z) || !IsPlayerInRangeOfPoint(playerid, X,Y,Z))
Player1 has robbed %s$ from PlaceName.
How to add this?