more tests for MP compat
This commit is contained in:
@@ -632,10 +632,11 @@ function ISNewHealthPanel.onClick_TOC(button)
|
||||
-- button.character is patient
|
||||
-- button.otherPlayer is surgeon
|
||||
|
||||
sendClientCommand(button.character, "TOC", "GetPlayerData", {button.otherPlayer:getOnlineID(), button.character:getOnlineID()}) -- sends 0 & 4 as arguments
|
||||
sendClientCommand(button.otherPlayer, "TOC", "GetPlayerData", {button.otherPlayer:getOnlineID(), button.character:getOnlineID()}) -- sends 0 & 4 as arguments
|
||||
|
||||
if MP_other_player_toc_data then
|
||||
print("It works")
|
||||
print(MP_other_player_toc_data)
|
||||
else
|
||||
print("Nopepppp")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user