18.01.2009, 23:19
Not really sorry,
an example of what i want to do:
So in Pawn i just do like in the first post, to get the message "a=7, b=12".
I have no idea of what to do to get it working.
an example of what i want to do:
pawn Код:
static cell AMX_NATIVE_CALL n_func(AMX *amx, cell *params)
{
params[1] = 7;
params[2] = 12;
return 1;
}
I have no idea of what to do to get it working.