23.03.2017, 01:53
You can do this, just create the gangzone where you want and make it conquerable only if they are at a certain Z axis
You can simply do this with a check for the Z axis
You can simply do this with a check for the Z axis
Код:
new Float: pX, Float: pY Float: pZ; GetPlayerPos(playerid, pX, pY, pZ);
Код:
if (pZ >= Your interior Z axis) { //Your stuff here }