| Blockland Forums > Suggestions & Requests |
| Suggestion: Hands up command? |
| << < (3/4) > >> |
| hodototman:
--- Quote from: jes00 on April 04, 2013, 02:31:00 PM ---That's easy. --- End quote --- thank you EDIT: didn't work, changing that %client to a %server and seeing if that works still didn't work... ugh |
| otto-san:
--- Quote from: hodototman on April 04, 2013, 04:57:19 PM ---still didn't work... ugh --- End quote --- --- Code: ---function serverCmdFlail(%client) { if(isObject(%client.player)) { %client.player.playThread(1, activate2); } } --- End code --- try that |
| Grassy:
So would it be possible to do this? It's not that I'm wanting it (I'll have no use for it.) but maybe for other players who host jail rps? |
| jes00:
--- Quote from: otto-san on April 04, 2013, 07:06:27 PM --- --- Code: ---function serverCmdFlail(%client) { if(isObject(%client.player)) { %client.player.playThread(1, activate2); } } --- End code --- try that --- End quote --- Oh lol. I accidentally put a ; after function serverCmdFlail(%client). :P |
| Swollow:
You could make a client cmd to toggle sit and hold shift |
| Navigation |
| Message Index |
| Next page |
| Previous page |