26.02.2018, 19:20
Quote:
|
PHP код:
|
Here is what you need, including the functions to check if the player is on a specific turf.
https://sampforum.blast.hk/showthread.php?tid=276352
So doing something like
Код:
if ( IsPlayerInZone( playerid, airoport ) )
return SendClientMessage( playerid, -1, "Please leave!" );


