Creating entrances to buildings zcmd
#2

Here is how you find where the coordinates go...They go with "IsPlayerInRangeOfPoint"
Код:
if(IsPlayerInRangeOfPoint(playerid, 2, DoorInfo[idx][dOX], DoorInfo[idx][dOY], DoorInfo[idx][dOZ]))
{
The coordinates are probably being loaded via a scriptfile


Usually they go


if(IsPlayerInRangeOfPoint(playerid, 2, 0.00, 0.00, 0.00))

X, Y, Z

You can easily find them now...Just look
Reply


Messages In This Thread
Creating entrances to buildings zcmd - by atomic gaming - 15.10.2012, 01:49
Re: Creating entrances to buildings zcmd - by Passout - 15.10.2012, 02:08
Re: Creating entrances to buildings zcmd - by atomic gaming - 15.10.2012, 05:17

Forum Jump:


Users browsing this thread: 1 Guest(s)