[Help]0.3d object problems
#1

Hello there !!
I'm editing Raven's Roleplay GameMode and I want to change samp version,well 0.3d.
I seen that tutorial for MoveObject on wiki and I did it,but that tutorial didn't help.
If I want to open FBI,PD or Army gate it's not as on 0.3c version,on 0.3d it will change coordinates,but I have created my gates for all mafia and It works without MoveObject,well for mafia is MoveDynamicObject like in 0.3c and it works.
Please help me how to fix that for PD,FBI and Army

Thank You!!
Reply
#2

Help me please quickly
Reply
#3

Just try re-compiling the script with 0.3d includes.
Reply
#4

Again it gives that problem

Here: https://sampwiki.blast.hk/wiki/MoveObject I have tried all of that,but that problem continiue...
Reply
#5

Help me men please !!
Reply
#6

Could you show one of the moving gates script ?
Reply
#7

}
else if(PlayerInfo[playerid][pMember] == 2 || PlayerInfo[playerid][pLeader] == 2)
{
if (IsPlayerInRangeOfPoint(playerid, 15,1806.2712402344, -1134.7036132813, 25.859327316284))
{
if(fbig == 1) { SendClientMessage(playerid, COLOR_GREY, "** Gate is Already Opened"); return 1; }
MoveDynamicObject(fbigate,1806.2705078125,-1134.703125,30.859327316284, 1.5);
SetTimer("GateClose3", 7000, 0);
SendClientMessage(playerid, COLOR_BLUE,"FBI gate is opened and will close in 7 seconds.");

format(string, sizeof(string), "* %s takes his/her remote and opens fbi gate.", sendername);
ProxDetector(30.0, playerid, string, COLOR_CHAT1,COLOR_CHAT2,COLOR_CHAT3,COLOR_CHAT4,CO LOR_CHAT5);
fbig = 1;
}
else
{
SendClientMessage(playerid, COLOR_GREY,"* Not near a Gate that you can use.");
return 1;
}
}
else
{
SendClientMessage(playerid, COLOR_GREY,"* You don't have a remote control.");
return 1;
}
return 1;
Reply
#8

Help me man pls
Reply
#9

I don't think incognito streamer is updated for 0.3d moving object....wait, going to see if he updated it.
Reply
#10

What do you mean?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)