03.09.2010, 19:09
Getting error...
There is more to the script, but thats not causing errors.
It gives error "error 022: must be lvalue (non-constant)" And warning "warning 215: expression has no effect"
pawn Code:
{
new Float:weed;
GetPVarFloat(playerid, "druglvls") = High; //this line gives error
}
It gives error "error 022: must be lvalue (non-constant)" And warning "warning 215: expression has no effect"