06.07.2011, 23:41
This can be caused because [pCarPos] is a Float and you didn't define it.
Example:
Example:
PHP код:
enum xx
{
Float:pCarPos
}
new playerVariables[MAX_VEHICLES][xx];