Helló! Szeretnék segítséget kérni tőlletek ,hogy ezt a /water parancsot hogyan tudnám egy bizonyos járműre vagy egy csapatra (Team) beállítani , hogy csak az tudja használni?
addCommandHandler(\"water\",
function ( command )
if not isWorldSpecialPropertyEnabled( \"hovercars\" ) then
setWorldSpecialPropertyEnabled( \"hovercars\", true )
outputChatBox(\"Water drive: on \", 255, 255, 0 )
else
setWorldSpecialPropertyEnabled( \"hovercars\", false )
outputChatBox(\"Water drive: off\", 255, 0, 0 )
end
end
)