How to
#6

I made the enums easily, as its the fastest part

pawn Code:
enum entrances
{
    ename,
    Float:enterx,
    Float:entery,
    Float:enterz,
    interiorid,
    Float:exitx,
    Float:exity,
    Float:exitz
}
new entrance[MAX_PLAYERS][entrances];
Now , i just need a way to make "Create3Dtext" using the enterx, y, z and when you get close to them via IsPlayerInRangeOfPoint and you crouch, you enter the "interiorid". Can someone tell me how to do that
Reply


Messages In This Thread
How to - by Abreezy - 10.08.2011, 23:35
Re: How to - by Zonoya - 10.08.2011, 23:41
Re: How to - by Abreezy - 10.08.2011, 23:47
Re: How to - by Zonoya - 10.08.2011, 23:51
Re: How to - by mprofitt - 11.08.2011, 00:05
Re: How to - by Abreezy - 11.08.2011, 00:58

Forum Jump:


Users browsing this thread: 1 Guest(s)