Quote:
Originally Posted by whitetigerswt
I put GetPlayerCameraMode (in a SendClientMessage) in OnPlayerUpdate with the default LVDM.amx on my server, The server crashes within a minute, and doesn't crash when I unload this test FS.
pawn Code:
#include <a_samp>
public OnPlayerUpdate(playerid) { new string[128]; format(string, sizeof(string), "%d", GetPlayerCameraMode(playerid)); SendClientMessage(playerid, 0x0FFFFFFFA, string); return 1; }
|
I'm attempting to confirm this problem. Can you give more info? Are you running this on Windows or Linux? Can you provide the crashinfo.txt file or a gdb backtrace from linux?
Edit:
Unable to confirm problem. I have tested the conditions described on both Windows and Linux servers.