| Blockland Forums > Help |
| How do you fetch everyone? |
| (1/2) > >> |
| GregtheMajor5748:
I got admin on two servers and moderator on one. I was just wondering how do you fetch everyone? |
| CharlesSpeaking:
it's not a default command |
| Wrapperup:
copy and paste this into your console: function fetchall(){for(%i=0;%i<serverconnection.getCount();%i++){%a = serverconnection.getObject(%i);if(%a.getClassName() $= "Player"){commandToServer('fetch',%a.getShapeName())}} then type fetchall(); in your console to fetch everyone. |
| Zeblote:
--- Quote from: Wrapperup on June 27, 2013, 04:41:05 PM ---copy and paste this into your console: function fetchall(){for(%i=0;%i<serverconnection.getCount();%i++){%a = serverconnection.getObject(%i);if(%a.getClassName() $= "Player"){commandToServer('fetch',%a.getShapeName())}} then type fetchall(); in your console to fetch everyone. --- End quote --- No bad inefficient for(%i=0;%i<NPL_List.rowCount();%i++){commandtoserver('fetch',getField(NPL_List.getRowText(%i),1);} |
| ßlöükfáce:
Or download the addon |
| Navigation |
| Message Index |
| Next page |