SA-MP Forums Archive
GTA Object Material Texture crash problem. - 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: GTA Object Material Texture crash problem. (/showthread.php?tid=600370)



GTA Object Material Texture crash problem. - ProRakNet - 07.02.2016

Chilliad removed and material texture add a different place four dragon, old(abandoned) aiport etc. (/fourdragon, /airport) crash( 0X00544BC8 ) server. I could not find the solution for a long time I was trying.

Server Streamer : Incognito's Streamer

Note: Usually Gta original object removed and new material texture going on the region crash problem, Thanks.

Sorry for English..

PHP код:
    GTAObject[playerid][0] = CreatePlayerObject(playerid18310, -2249.3594, -1572.8672418.7656,   0.000000.00000.00000);
    
SetPlayerObjectMaterial(playeridGTAObject[playerid][0], 118836"mickytextures""ws_gayflag1"0);
    
GTAObject[playerid][1]= CreatePlayerObject(playerid18319, -2239.6406, -1762.7266381.9531,   0.000000.00000.00000);
    
SetPlayerObjectMaterial(playeridGTAObject[playerid][1], 1 18836"mickytextures""ws_gayflag1"0);
    
GTAObject[playerid][2] = CreatePlayerObject(playerid18317, -2431.6797, -1759.6641403.8672,   0.000000.00000.00000);
    
SetPlayerObjectMaterial(playeridGTAObject[playerid][2], 118836"mickytextures""ws_gayflag1"0);
    
GTAObject[playerid][3] = CreatePlayerObject(playerid18309, -2426.9375, -1530.4531440.9688,   0.000000.00000.00000);
    
SetPlayerObjectMaterial(playeridGTAObject[playerid][3], 118836"mickytextures""ws_gayflag1"0);