Callback problems
#5

You are not initializing the character array you are passing to amx_PushString or the integer you are passing to amx_Push:

Код:
char
	SomeString[256] = "string";
int
	SomeInt = 0;
Also, amx_FindPublic does return 0 on success, so that part of your code is correct.
Reply


Messages In This Thread
Callback problems - by joco96 - 28.08.2009, 06:57
Re: Callback problems - by Marcus09 - 28.08.2009, 10:50
Re: Callback problems - by Correlli - 28.08.2009, 10:51
Re: Callback problems - by joco96 - 29.08.2009, 14:33
Re: Callback problems - by Incognito - 29.08.2009, 17:51
Re: Callback problems - by joco96 - 30.08.2009, 08:58
Re: Callback problems - by XPlatform - 30.08.2009, 16:04
Re: Callback problems - by joco96 - 30.08.2009, 19:40
Re: Callback problems - by Tony_Montana - 10.11.2009, 10:33
Re: Callback problems - by toby` - 20.02.2010, 21:16

Forum Jump:


Users browsing this thread: 1 Guest(s)