Search Results
Well anyway i found the bug: SampSharp.cpp line 207 Code: amx_GetAddr(amx, params[1], &addr); should be Code: amx_GetAddr(amx, params[i + 1], &addr); Edit: I'm using github to report bugs...
37,056
I found a bug when receiving a OnDialogResponse and OnPlayerText from the plugin, it seems to only submit the second character of the string when it's not the first player on the server. For example: ...
37,056