01.11.2011, 11:07
Hello, I'm testing out this plugin on sa-mp 0.3D and it seems to work just fine. But one problem I got is that MidoStream crashes this plugin. As fast it comes to this line:
or this line:
It crashes. It whould be great if this was fixed and that the plugin gets updated to 0.3D as soon the stable version is released.
Also note I got an modified version of MidoStream.
pawn Код:
PlayerObjects[playerid][pobjects][p] = CreatePlayerObject(playerid,Objects[p][modelid],Objects[p][xpos],Objects[p][ypos],Objects[p][zpos],Objects[p][xrot],Objects[p][yrot],Objects[p][zrot]);
pawn Код:
DestroyPlayerObject(playerid,PlayerObjects[playerid][pobjects][p]);
Also note I got an modified version of MidoStream.