20.01.2016, 16:30
Okay Im taking this code as an example of what I want to do. I want to create an array with that have "Location" in it also. So for example I could use
Now how do I use this?
I know how to use coordinates from it, but not the name
PHP код:
new Float:SomethingRandom[][4] =
{
{-2796.9854, 1224.8180, 20.5429, 192.0335, "Spawn 1"},
{-2454.2170, 503.8759, 30.0790, 267.2932,"Spawn 2"},
{-2669.7322, -6.0874, 6.1328, 89.8853,"Spawn 3"}
};
I know how to use coordinates from it, but not the name