Problem with streamer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with streamer (
/showthread.php?tid=644910)
Problem with streamer -
MRM - 16.11.2017
Hello,
PHP код:
[16/11/2017 13:18:27] [debug] Server crashed while executing gm.amx
[16/11/2017 13:18:27] [debug] AMX backtrace:
[16/11/2017 13:18:27] [debug] #0 0028fcc0 in UpdateDynamicRaceCPPos (cpid=6, Float:cpx=-1424.19263, Float:cpy=-1484.59558, Float:cpz=101.67190) at gm.pwn:25067
PHP код:
UpdateDynamicRaceCPPos(cpid, Float: cpx, Float: cpy, Float: cpz)
{
return Streamer_SetFloatData(STREAMER_TYPE_RACE_CP , cpid, E_STREAMER_X, cpx) && Streamer_SetFloatData(STREAMER_TYPE_RACE_CP , cpid, E_STREAMER_Y, cpy) && Streamer_SetFloatData(STREAMER_TYPE_RACE_CP , cpid, E_STREAMER_Z, cpz);
}
Re: Problem with streamer -
zMason - 16.11.2017
I don't think that the problem is in the function itself, search for when you update dynamic checkpoint ID 6 and show us that line.