SA-MP Forums Archive
Unable To Move - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Unable To Move (/showthread.php?tid=469883)



Unable To Move - Insulin - 15.10.2013

When i start my server! Everything works fine but when i spawn, i am unable to move and can't even click menu item! See the video.....

http://www.dailymotion.com/video/x15...-16-51-90-x264


Re: Unable To Move - Sublime - 15.10.2013

What's there under your OnPlayerSpawn? Try to disable all CLEO mods.


Re: Unable To Move - thomaswilliams - 15.10.2013

Check under OnPlayerSpawn and see whats there and post it here and disable all CLEO mods then try again if not try to set a different spawn coordinates

Kinds and Best Regards,
Thomas Williams Owner of Operation Roleplay, Stats Below \/ \/


Re: Unable To Move - PT - 15.10.2013

try something like

pawn Код:
public OnPlayerSpawn(playerid)
{
    TogglePlayerControllable(playerid,1);
    return 1;
}



Re: Unable To Move - Konewka - 16.10.2013

The problem is whether in TogglePlayerControllable used incorrectly (like you forgot to turn it off) or you have too many modes installed (where some of them affect your ability to move). Does this problem occur to other players?