I have these arrays
PHP Code:
new PlayerHostages[MAXPLAYERS];
new PlayerHeadShots[ MAXPLAYERS ][ 3 ];
new PlayerHeadShotsGun[ MAXPLAYERS ][ 32 ];
new PlayerDamage[ MAXPLAYERS ][ g_Damage ];
I haven't really state their size, But when i'm trying for example to add the array size at the end
PHP Code:
new PlayerHostages[MAXPLAYERS][3];
Then i can't set to it an integer value. Well at the moment i'm using them like this:
PHP Code:
PlayerHostages[g_PlayerIDs[id]]++;
and i want to keep ehm work them like that because it is easy
How can i make it work by defining ARRAY size...? Because sometimes in the server sends me an error about the array is out of bounds.. and etc.
__________________
function rb return $regsubex($$1-,/(.)/g,$+($chr(2) $+ $chr(3),$r(2,15),$chr(2),\1))