Quote:
Originally Posted by Dwane
Do you have this
pawn Код:
enum SavePlayerPosEnum { Float:LastX, Float:LastY, Float:LastZ };
before that line?
pawn Код:
new SavePlayerPos[SLOTS][SavePlayerPosEnum];
If you have the enum after the variable, it will keep giving you error.
|
Fixed all right , thanks foh explainin
Appriciated ur help