[09:54:07] Crash caused by an unknown error in floatcmp at address 00000008
[09:54:07] Stack trace of gamemodes\new2.amx (most recent call first):
[09:54:07] Crash caused by an unknown error in floatcmp at address 00000008
[09:54:07] Stack trace of gamemodes\new2.amx (most recent call first):
CMD:v( playerid, pa[] ) { if ( IsPlayerInAnyVehicle ( playerid ) && P_DATA[ playerid ][ P_Level ] < 1 ) return SendError( playerid, "Please exit your vehicle before spawning another!"); ShowPlayerDialog(playerid, Vehicle_Dialog, 2, "{FFFFFF}Vehicles", "{f3303f}Bicycles\n\ {e00059}Bikes\n\ {f3303f}Monster trucks\n\ {e00059}Boats\n\ {f3303f}Helicopters\n\ {e00059}Planes\n\ {f3303f}Cars\n\ {e00059}RC vehicles", \ "Select", "Cancel" ); return 1; }
There is no call to floatcmp there. Are you sure it is CAUSED by that, and not just happens after that in another callback or timer. You need to augment ALL your callbacks with prints to trace the issue.
|
[16:15:18] [chat] [[CRS]SwatMG]LucaCamp]: A KE KAZZO [16:15:19] *-_-* "thaganjaman"(id: 11) typed "/NRG" [16:15:20] *-_-* "strikeris"(id: 31) typed "/v" [16:15:20] Crash caused by an unknown error in SetTimerEx at address 00000008 [16:15:20] Stack trace of gamemodes\new2.amx (most recent call first): [16:15:20] Crash caused by an unknown error in SetTimerEx at address 00000008 [16:15:20] Stack trace of gamemodes\new2.amx (most recent call first):
[16:15:19] *-_-* "thaganjaman"(id: 11) typed "/NRG" [16:15:20] *-_-* "strikeris"(id: 31) typed "/v" [16:15:20] Crash caused by an unknown error in SetTimerEx at address 00000008 [16:15:20] Stack trace of gamemodes\new2.amx (most recent call first): [16:15:20] Crash caused by an unknown error in SetTimerEx at address 00000008 [16:15:20] Stack trace of gamemodes\new2.amx (most recent call first):
floatcmp is called any time "==", ">=", "<" etc are used on floats.
|