SA-MP Forums Archive
Include help - 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: Include help (/showthread.php?tid=657577)



Include help - KinderClans - 10.08.2018

I have an include which involves the callback OnPlayerKeyStateChange.

They have 2 options: select or cancel.

I was wondering how to make work "TogglePlayerControllable" in that callback.

Already tried by just placing TogglePlayerControllable(playerid, 1); but player's still stuck.

Any workaround?