RemoveBuildingforPlayer BUGGED -
Mavis100 - 28.07.2014
I have made some objects by MTA and I did the convert to PAWN Code, But the original buildings texture are will be displayed in the different angle of view, how to fix it? by the way not this one, all the RemoveBuildingForPlayer have this question and i can walk in without not get in blocked
PHP код:
RemoveBuildingForPlayer(playerid, 16568, -32.351558, 1216.500000, 20.492189, 0.25);
RemoveBuildingForPlayer(playerid, 16562, 14.976559, 1225.554687, 20.531250, 0.25);
RemoveBuildingForPlayer(playerid, 1294, 48.946220, 1204.287231, 22.830280, 0.25);
RemoveBuildingForPlayer(playerid, 16477, 55.562500, 1220.679687, 17.921880, 0.25);
RemoveBuildingForPlayer(playerid, 16479, 86.242187, 1214.039062, 17.742189, 0.25);
RemoveBuildingForPlayer(playerid, 16781, -144.054687, 1227.304687, 18.898439, 0.25);
RemoveBuildingForPlayer(playerid, 16066, -186.484375, 1217.625000, 20.562500, 0.25);
RemoveBuildingForPlayer(playerid, 16480, 171.351562, 1220.046875, 23.039060, 0.25);
Re: RemoveBuildingforPlayer BUGGED -
Mavis100 - 28.07.2014
bump
Re : RemoveBuildingforPlayer BUGGED -
Seifspeed - 28.07.2014
Every Object Has It's LOD If You Are Using MTA MAP Editor click the removebuilding for player on your summary then look for The LOD ID. Then When You Get It Use It Like This:
RemoveBuildingForPlayer(playerid,ObjectID,x,y,z,Ra dius);
RemoveBuildingForPlayer(playerid,LODID,x,y,z,Radiu s);
For Example Look For The LOD Of THis Line:
RemoveBuildingForPlayer(playerid, 16568, -32.351558, 1216.500000, 20.492189, 0.25);
RemoveBuildingForPlayer(playerid, AndWriteithere, -32.351558, 1216.500000, 20.492189, 0.25);
I Wish You Understood.
Please +Rep if i help you.
pm me if you want.