04.06.2011, 19:29
Код:
static cell AMX_NATIVE_CALL alert(AMX *amx, cell *params) { char* buffer; amx_StrParam(amx,params[1],buffer); std::cout << red << "[ALERT] " << buffer << white << std::endl; return 1; // Change the return value if need }