[Help]0.3d object problems -
Pajser - 10.12.2011
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!!
Re: [Help]0.3d object problems -
Pajser - 10.12.2011
Help me please quickly
Re: [Help]0.3d object problems - suhrab_mujeeb - 10.12.2011
Just try re-compiling the script with 0.3d includes.
Re: [Help]0.3d object problems -
Pajser - 10.12.2011
Again it gives that problem
Here:
https://sampwiki.blast.hk/wiki/MoveObject I have tried all of that,but that problem continiue...
Re: [Help]0.3d object problems -
Pajser - 10.12.2011
Help me men please !!
Re: [Help]0.3d object problems -
Unte99 - 10.12.2011
Could you show one of the moving gates script ?
Re: [Help]0.3d object problems -
Pajser - 10.12.2011
}
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;
Re: [Help]0.3d object problems -
Pajser - 10.12.2011
Help me man pls
Re: [Help]0.3d object problems -
Phanto90 - 10.12.2011
I don't think incognito streamer is updated for 0.3d moving object....wait, going to see if he updated it.
Re: [Help]0.3d object problems -
Pajser - 10.12.2011
What do you mean?