29.08.2009, 17:51
You are not initializing the character array you are passing to amx_PushString or the integer you are passing to amx_Push:
Also, amx_FindPublic does return 0 on success, so that part of your code is correct.
Код:
char SomeString[256] = "string"; int SomeInt = 0;