05.11.2009, 21:00
Код:
SetTimer("LVWZ", 1000, 1); public LVWZ() { for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { new Float: x, Float: y, Float: z; GetPlayerPos(i, x, y, z); if(x < 1553.157 && x > -4554.372 && y < 2861.08 && y > -2779.334) { GameTextForPlayer(i, "non admins turn back", 3000, 3); } } } }