And make sure you declare the model and then set the other players to "" instead of the other way around. If you do it that way, you may desync the string tables and It may lead to a game desync.

JASS:
local string model = "Somemodel.mdx"
if GetLocalPlayer() != Player(0) then
set model == ""
endif