#include <amxmodx>enum MyData{ Float:Float1[33] = 1.0, Float2[33] = 1.0};new const PD[MyData];public client_putinserver(id){ // just a test... PD[Float1[id]] = 30.0; PD[Float2[id]] = 40.0;}