17.12.2010, 18:19
їComo seria el timer?
їAsн?
їAsн?
pawn Код:
new EnZona[MAX_PLAYERS];
forward Zona(playerid);
public Zona(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 5.0, 361.8299,173.6597,1008.3828) && EnZona[playerid] == 0)
{
EnZona[playerid] = 1;
SendClientMessage(playerid, COLOR_GREEN,"Bienvenido a Zona");
}
return 1;
}
public OnPlayerUpdate(playerid)
{
Zona(playerid);
return 1;
}