| Blockland Forums > Modification Help |
| Checking Other Players Client Sided |
| (1/1) |
| xcruso:
"Removed" |
| Wheatley:
servercmds are serversided, no matter what. Also, findClientByName is used by the host console, not yours. Besides, CityRPGs are a waste of time. |
| Chrono:
This is the part that get's the list of player names in Walletbot's scripts. --- Code: --- for(%i = 0; NPL_List.getrowtext(%i) !$= ""; %i++) { walletbot.clientnames[index] = %i; %end = strpos(NPL_List.getrowtext(%i), "" TAB "", 2); %name = getsubstr(NPL_List.getrowtext(%i), 2, %end-2); walletbot.clientnames[%i] = %name; } --- End code --- |
| Navigation |
| Message Index |