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

yes, as pro said, this is the only way that have been working to compile after some sort tests, if i find another method i will post.
PHP Code:
#include <amxmodx>

new Float:gf_PlayerDamage[33][31];

public 
client_putinserver(id)
{
    
gf_PlayerDamage[id][id] = 1.0;

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