SA-MP Forums Archive
error help - 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: error help (/showthread.php?tid=609282)



error help - Slawiii - 10.06.2016

Hey guys;
i am added some objects
when players want to join the server they be crashed;
and i find this in server_log.txt

PHP код:

[connectionxx.xx.xx.xx;xxxx requests connection cookie.
[
connectionincoming connection:  xx.xx.xx.xx;xxxx id0
[debugRun time error 20"Invalid index parameter (bad entry point)"
[joinSlawi has joined the server (0:xx.xx.xx.xx



Re: error help - Chilli9434 - 10.06.2016

Were they crashing before the objects? If not, then can we know what objects you added and the code you added for the objects?


Re: error help - Slawiii - 10.06.2016

he got crashed in OnPlayerConnect


Re: error help - Slawiii - 10.06.2016

i am added this

PHP код:
    AAAZ[0] = CreateDynamicObject(18981391.464842464.0444315.57210,   0.0000090.000000.00000);
    
SetDynamicObjectMaterial(AAAZ[0], 018903"matclothes""BandanaWash1"0);
    
AAAZ[1] = CreateDynamicObject(18981391.483222439.3142115.57210,   0.0000090.000000.00000);
    
SetDynamicObjectMaterial(AAAZ[1], 018903"matclothes""BandanaWash1"0);
    
AAAZ[2] = CreateDynamicObject(18981418.174902437.3208015.57210,   0.0000090.000000.00000);
    
SetDynamicObjectMaterial(AAAZ[2], 018903"matclothes""BandanaWash1"0);
    
AAAZ[3] = CreateDynamicObject(18981418.170932462.0832515.57210,   0.0000090.000000.00000);
    
SetDynamicObjectMaterial(AAAZ[3], 018903"matclothes""BandanaWash1"0);
    
AAAZ[4] = CreateDynamicObject(18981399.216132438.9907215.51310,   0.0000090.000000.00000);
    
SetDynamicObjectMaterial(AAAZ[4], 018933"matclothes""BandanaDots1"0);
    
AAAZ[5] = CreateDynamicObject(18981397.462462463.8283715.51310,   0.0000090.000000.00000);
    
SetDynamicObjectMaterial(AAAZ[5], 018933"matclothes""BandanaDots1"0);