07.02.2012, 03:31
Use something like this under OnPlayerUpdate
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2695.6880, -1704.6300, 11.8438)) // Your coordinates
{
// Use SetTimerEx over here for the player for 30 seconds (30 * 1000) , make a function that they will win the turf and battle!
}