SA-MP Forums Archive
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] [debugServer crashed while executing gm.amx
[16/11/2017 13:18:27] [debugAMX 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(cpidFloatcpxFloatcpyFloatcpz

    return 
Streamer_SetFloatData(STREAMER_TYPE_RACE_CP cpidE_STREAMER_Xcpx) && Streamer_SetFloatData(STREAMER_TYPE_RACE_CP cpidE_STREAMER_Ycpy) && Streamer_SetFloatData(STREAMER_TYPE_RACE_CP cpidE_STREAMER_Zcpz); 




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.