Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //ZONENBETRITTNACHRICHT
- for(new i = 0; i < MAX_PLAYERS; i++)
- {
- SetTimerEx("CheckZone", 1000, true, "d", i);
- }
- }
- //http://wiki.sa-mp.com/wiki/SetTimerEx
- forward CheckZone(playerid);
- public CheckZone(playerid)
- {
- if(IsPlayerInArea(playerid, -577.6986,2935.4021,2971.7083,504.3266))
- {
- if(GetPlayerTeam(playerid) == fALJIHAD)
- SendClientMessageToAll(COLOR_ALJIHAD, "Ein Terrorist ist in Las Venturas eingedrungen!");
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment