how to get a float argument
#3

Код:
static cell AMX_NATIVE_CALL n_gpfa( AMX* amx, cell* params )
{
	double x = amx_ctof(params[1]);
	logprintf("distance: %f", x);
native gpfa(&Float:distance);
Reply


Messages In This Thread
how to get a float argument - by Terminator3 - 31.08.2010, 13:52
Re: how to get a float argument - by Terminator3 - 31.08.2010, 15:03
Re: how to get a float argument - by Terminator3 - 31.08.2010, 15:09
Re: how to get a float argument - by Terminator3 - 31.08.2010, 15:19
Re: how to get a float argument - by Aleks10 - 31.08.2010, 16:16
Re: how to get a float argument - by hencz - 31.08.2010, 16:48
Re: how to get a float argument - by Terminator3 - 01.09.2010, 19:16
Re: how to get a float argument - by Terminator3 - 02.09.2010, 16:20
Re: how to get a float argument - by RoBo - 02.09.2010, 19:13
Re: how to get a float argument - by Terminator3 - 02.09.2010, 20:02
Re: how to get a float argument - by Remis - 04.09.2010, 12:14
Re: how to get a float argument - by cyber_punk - 04.09.2010, 12:53
Re: how to get a float argument - by RoBo - 05.09.2010, 11:22

Forum Jump:


Users browsing this thread: 1 Guest(s)