11.08.2011, 00:58
I made the enums easily, as its the fastest part
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
pawn Code:
enum entrances
{
ename,
Float:enterx,
Float:entery,
Float:enterz,
interiorid,
Float:exitx,
Float:exity,
Float:exitz
}
new entrance[MAX_PLAYERS][entrances];