14.04.2011, 16:55
Good Evening(?) all,
Lovingly, i'm having to rescript my entire server. But, it's been a while since i've need to touch on enums, and so what could possibly be wrong with this?
The Compiler throws this error:
(Yes, i know the drive is odd, its on my network so i can synchronize the data to my network if i make changes from remote locations, for example at school)
Thanks,
Ash
Lovingly, i'm having to rescript my entire server. But, it's been a while since i've need to touch on enums, and so what could possibly be wrong with this?
pawn Код:
enum MissionData {load[], Float:lx, Float:ly, Float:lz, lname[], Float:ux, Float:uy, Float:uz, ulname[], cost}
Код:
Y:\TruckingWorld Server Project\pawno\include\tw.inc(17) : error 029: invalid expression, assumed zero
Thanks,
Ash