How Can I Create GangZones In an Interior
#3

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

Код:
new Float: pX, Float: pY Float: pZ;

GetPlayerPos(playerid, pX, pY, pZ);
Код:
if (pZ >= Your interior Z axis)
{
//Your stuff here
}
Reply


Messages In This Thread
How Can I Create GangZones In an Interior - by Novacaine - 22.03.2017, 17:03
Re: How Can I Create GangZones In an Interior - by JesterlJoker - 23.03.2017, 01:10
Re: How Can I Create GangZones In an Interior - by Flamehaze7 - 23.03.2017, 01:53
Re: How Can I Create GangZones In an Interior - by Novacaine - 23.03.2017, 09:16
Re: How Can I Create GangZones In an Interior - by JesterlJoker - 23.03.2017, 10:51
Re: How Can I Create GangZones In an Interior - by Novacaine - 23.03.2017, 13:52
Re: How Can I Create GangZones In an Interior - by JesterlJoker - 24.03.2017, 06:44
Re: How Can I Create GangZones In an Interior - by Sew_Sumi - 24.03.2017, 07:34

Forum Jump:


Users browsing this thread: 3 Guest(s)