21.06.2016, 20:58
This error is shown when the variable is declared as a const.
For example:
For it to work it should be:
For example:
Код:
const jobtownhall; jobtownhall = CreatePickup(1239, 1,361.8299,173.5686,1008.3828, 0);
Код:
new jobtownhall; jobtownhall = CreatePickup(1239, 1,361.8299,173.5686,1008.3828, 0);