Guest User

Untitled

a guest
Nov 1st, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. //ZONENBEITRITTNACHRICHT
  2. for(new i = 0; i < MAX_PLAYERS; i++)
  3. {
  4. SetTimerEx("CheckZone", 1000, true, "d", playerid);
  5. }
  6. }
  7. //http://wiki.sa-mp.com/wiki/SetTimerEx
  8.  
  9. forward CheckZone(playerid);
  10. public CheckZone(playerid)
  11. {
  12. if(IsPlayerInArea(playerid, -577.6986,2935.4021,2971.7083,504.3266))
  13. {
  14. if(GetPlayerTeam == aljihad) return SendClientMessageToAll(COLOR_ALJIHAD, "Ein Terrorist ist in Las Venturas eingedrungen!");
  15. }
Advertisement
Add Comment
Please, Sign In to add comment