Enumeration...
#2

pawn Код:
enum MissionData
{
    load[256], //Arrays must have a given size.
    Float:lx,
    Float:ly,
    Float:lz,
    lname[256], //same here
    Float:ux,
    Float:uy,
    Float:uz,
    ulname[256], //And here
    cost
}
Greetz,
Jeffry
Reply


Messages In This Thread
Enumeration... - by Ash. - 14.04.2011, 16:55
Re: Enumeration... - by Jeffry - 14.04.2011, 17:09
Re: Enumeration... - by Ash. - 14.04.2011, 17:10
Re: Enumeration... - by Jeffry - 14.04.2011, 17:12

Forum Jump:


Users browsing this thread: 1 Guest(s)