10.04.2012, 15:45
where i must put this?
$amx = new AMX('/path/to/amx.amx');
print_r($amx);
and i have to change "amx.amx" with "nameofgm.amx" ?
i did this
$amx = new AMX('abcd/abcd/bare.amx');
print_r($amx);
$amx = new AMX('/path/to/amx.amx');
print_r($amx);
and i have to change "amx.amx" with "nameofgm.amx" ?
i did this
$amx = new AMX('abcd/abcd/bare.amx');
print_r($amx);