24.06.2016, 15:45
Forexample i have a Float Array:
Actually i am making a derby system,I want to check if a player is spawned at one of these cords or not.
Код:
new Float:Array [][4] =
{x,y,z,a},
{x,y,z,a},
{x,y,z,a}
}
