View Single Post
Craxor
Veteran Member
Join Date: Jan 2016
Location: Romania
Old 06-23-2017 , 10:14   Re: Filling a double dimensional array
Reply With Quote #8

Lol, everybody try to compile this plugin and print the output errors:
PHP Code:
#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;

__________________
Project: Among Us
Craxor is offline
Send a message via ICQ to Craxor