Transfender/LocoLowCo/WheelArch bug
#1

Well, the video describes everything can I please have some help asap?
http://www.youtube.com/watch?v=Ldt7u...ature=*********
Reply
#2

what is the problem here ?
Reply
#3

I step out of my car when I press RETURN or so, or backspace, how can I fix it for the rest for the server because other servers freeze you, so you wont leave your car
Reply
#4

That's weird, is it a custom menu?
Reply
#5

use this it ll freeze you :
TogglePlayerControllable(playerid, 0);

and when you exit this place use :
TogglePlayerControllable(playerid, 1);

I want to ask are you who made this vehicle editing menu?
Reply
#6

It's just the default one, I'm not that good in scripting, what do I need to add in the script and where actually?
Reply
#7

I ll do my best I ll search the solution
Reply
#8

Use this it may help !!

Код:
public OnEnterExitModShop(playerid, enterexit, interiorid)
{
    if(enterexit == 0)
    {
        TogglePlayerControllable(playerid, 0);
    }

    if(enterexit == 1)
    {
        TogglePlayerControllable(playerid, 1);
    }
    return 1;
}
Reply
#9

Okay, I'll try it in a few minuts thanks for the support everyone.
Reply
#10

Tell me if it works or not !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)